Html Css Color HEX #EC3270 Cerise

📋 copy color: '#EC3270'

red 236 ◦ green 50 ◦ blue 112

#EC3270
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #EC3270

Tints of Cerise #EC3270

RGB

 RED value IS 236 (92.58% from 255) = 59.3%

 GREEN value IS 50 (19.92% from 255) = 12.56%

 BLUE value IS 112 (44.14% from 255) = 28.14%

R = 59.3%
G = 12.56%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EC3270 (or 0xEC3270) is known color: Cerise. HEX triplet: EC, 32 and 70. RGB value is (236,50,112). Sum of RGB (Red+Green+Blue) = 236+50+112=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 50 (19.92% from 255 or 12.56% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3270 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3270 is #13CD8F. Grayscale: #707070. Windows color (decimal): -1297808 or 7353068. OLE color: 7353068.

HSL color Cylindrical-coordinate representation of color #EC3270: hue angle of 340º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC3270 is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 50 112 -
CMYK 0 0.79 0.53 0.07
HSL 340º 0.83% 0.56% -
HSV(B) 340º 0.79% 0.93% -
XYZ 38.66 21.28 17.4 -
YUV 112.68 127.62 215.96 -
System Red Green Blue C M Y K H S L
Decimal 236 50 112 0 0.79 0.53 0.07 340 0.83 0.56
Hex EC 32 70 0 4F 35 7 154 53 38
Octal 354 62 160 0 117 65 7 524 123 70
Binary 11101100 110010 1110000 0 1001111 110101 111 101010100 1010011 111000

Color Harmonies of #EC3270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3270

Black with #EC3270

Text Example


Text Example

White with #EC3270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3270; }

 p { color: rgb(236,50,112); }

 H1.HeaderClassName
 {
   color: #EC3270;
 }
 .AnyTagClassName
 {
   color: #EC3270;
 }
</style>

background-color css

<style>
 a { background-color: #EC3270; }

 a { background-color: rgb(236,50,112); }

 div.DivClassName
 {
   background-color: #EC3270;
 }
 .BgClassName
 {
   background-color: #EC3270;
 }
</style>

border-color css

<style>
 span { border-color: #EC3270; }

 span { border-color: rgb(236,50,112); }

 td.TdClassName
 {
   border-color: #EC3270;
 }
 .TagClassName
 {
   border-color: #EC3270;
 }
</style>