Html Css Color HEX #EC3470 Cerise

📋 copy color: '#EC3470'

red 236 ◦ green 52 ◦ blue 112

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

Shades of Cerise #EC3470

Tints of Cerise #EC3470

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13%

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

R = 59%
G = 13%
B = 28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC3470 (or 0xEC3470) is known color: Cerise. HEX triplet: EC, 34 and 70. RGB value is (236,52,112). Sum of RGB (Red+Green+Blue) = 236+52+112=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 52 (20.70% from 255 or 13% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3470 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3470 is #13CB8F. Grayscale: #717171. Windows color (decimal): -1297296 or 7353580. OLE color: 7353580.

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

Color convert

RGB 236 52 112 -
CMYK 0 0.78 0.53 0.07
HSL 340.43º 0.83% 0.56% -
HSV(B) 340.43º 0.78% 0.93% -
XYZ 38.74 21.46 17.43 -
YUV 113.86 126.96 215.12 -
System Red Green Blue C M Y K H S L
Decimal 236 52 112 0 0.78 0.53 0.07 340.43 0.83 0.56
Hex EC 34 70 0 4E 35 7 154 53 38
Octal 354 64 160 0 116 65 7 524 123 70
Binary 11101100 110100 1110000 0 1001110 110101 111 101010100 1010011 111000

Color Harmonies of #EC3470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3470

Black with #EC3470

Text Example


Text Example

White with #EC3470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3470; }

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

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

background-color css

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

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

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

border-color css

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

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

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