Html Css Color HEX #EC2470 Cerise

📋 copy color: '#EC2470'

red 236 ◦ green 36 ◦ blue 112

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

Shades of Cerise #EC2470

Tints of Cerise #EC2470

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.38%

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

R = 61.46%
G = 9.38%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC2470 (or 0xEC2470) is known color: Cerise. HEX triplet: EC, 24 and 70. RGB value is (236,36,112). Sum of RGB (Red+Green+Blue) = 236+36+112=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 36 (14.45% from 255 or 9.38% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2470 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2470 is #13DB8F. Grayscale: #686868. Windows color (decimal): -1301392 or 7349484. OLE color: 7349484.

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

Color convert

RGB 236 36 112 -
CMYK 0 0.85 0.53 0.07
HSL 337.2º 0.84% 0.53% -
HSV(B) 337.2º 0.85% 0.93% -
XYZ 38.15 20.26 17.23 -
YUV 104.46 132.26 221.82 -
System Red Green Blue C M Y K H S L
Decimal 236 36 112 0 0.85 0.53 0.07 337.2 0.84 0.53
Hex EC 24 70 0 55 35 7 151 54 35
Octal 354 44 160 0 125 65 7 521 124 65
Binary 11101100 100100 1110000 0 1010101 110101 111 101010001 1010100 110101

Color Harmonies of #EC2470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2470

Black with #EC2470

Text Example


Text Example

White with #EC2470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2470; }

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

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

background-color css

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

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

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

border-color css

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

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

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