Html Css Color HEX #EC2872 Cerise

📋 copy color: '#EC2872'

red 236 ◦ green 40 ◦ blue 114

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

Shades of Cerise #EC2872

Tints of Cerise #EC2872

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.26%

 BLUE value IS 114 (44.92% from 255) = 29.23%

R = 60.51%
G = 10.26%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC2872 (or 0xEC2872) is known color: Cerise. HEX triplet: EC, 28 and 72. RGB value is (236,40,114). Sum of RGB (Red+Green+Blue) = 236+40+114=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 40 (16.02% from 255 or 10.26% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2872 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2872 is #13D78D. Grayscale: #6A6A6A. Windows color (decimal): -1300366 or 7481580. OLE color: 7481580.

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

Color convert

RGB 236 40 114 -
CMYK 0 0.83 0.52 0.07
HSL 337.35º 0.84% 0.54% -
HSV(B) 337.35º 0.83% 0.93% -
XYZ 38.39 20.57 17.87 -
YUV 107.04 131.93 219.98 -
System Red Green Blue C M Y K H S L
Decimal 236 40 114 0 0.83 0.52 0.07 337.35 0.84 0.54
Hex EC 28 72 0 53 34 7 151 54 36
Octal 354 50 162 0 123 64 7 521 124 66
Binary 11101100 101000 1110010 0 1010011 110100 111 101010001 1010100 110110

Color Harmonies of #EC2872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2872

Black with #EC2872

Text Example


Text Example

White with #EC2872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2872; }

 p { color: rgb(236,40,114); }

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

background-color css

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

 a { background-color: rgb(236,40,114); }

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

border-color css

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

 span { border-color: rgb(236,40,114); }

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