Html Css Color HEX #EC2372 Cerise

📋 copy color: '#EC2372'

red 236 ◦ green 35 ◦ blue 114

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

Shades of Cerise #EC2372

Tints of Cerise #EC2372

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.09%

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

R = 61.3%
G = 9.09%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC2372 (or 0xEC2372) is known color: Cerise. HEX triplet: EC, 23 and 72. RGB value is (236,35,114). Sum of RGB (Red+Green+Blue) = 236+35+114=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2372 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2372 is #13DC8D. Grayscale: #676767. Windows color (decimal): -1301646 or 7480300. OLE color: 7480300.

HSL color Cylindrical-coordinate representation of color #EC2372: hue angle of 336.42º 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 #EC2372 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 35 114 -
CMYK 0 0.85 0.52 0.07
HSL 336.42º 0.84% 0.53% -
HSV(B) 336.42º 0.85% 0.93% -
XYZ 38.23 20.25 17.81 -
YUV 104.11 133.59 222.08 -
System Red Green Blue C M Y K H S L
Decimal 236 35 114 0 0.85 0.52 0.07 336.42 0.84 0.53
Hex EC 23 72 0 55 34 7 150 54 35
Octal 354 43 162 0 125 64 7 520 124 65
Binary 11101100 100011 1110010 0 1010101 110100 111 101010000 1010100 110101

Color Harmonies of #EC2372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2372

Black with #EC2372

Text Example


Text Example

White with #EC2372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2372; }

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

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

background-color css

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

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

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

border-color css

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

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

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