Html Css Color HEX #EC2B78 Deep Cerise

📋 copy color: '#EC2B78'

red 236 ◦ green 43 ◦ blue 120

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

Shades of Deep Cerise #EC2B78

Tints of Deep Cerise #EC2B78

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.78%

 BLUE value IS 120 (47.27% from 255) = 30.08%

R = 59.15%
G = 10.78%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC2B78 (or 0xEC2B78) is known color: Deep Cerise. HEX triplet: EC, 2B and 78. RGB value is (236,43,120). Sum of RGB (Red+Green+Blue) = 236+43+120=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 43 (17.19% from 255 or 10.78% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2B78 is #13D487. Grayscale: #6D6D6D. Windows color (decimal): -1299592 or 7875564. OLE color: 7875564.

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

Color convert

RGB 236 43 120 -
CMYK 0 0.82 0.49 0.07
HSL 336.06º 0.84% 0.55% -
HSV(B) 336.06º 0.82% 0.93% -
XYZ 38.85 20.92 19.76 -
YUV 109.49 133.94 218.24 -
System Red Green Blue C M Y K H S L
Decimal 236 43 120 0 0.82 0.49 0.07 336.06 0.84 0.55
Hex EC 2B 78 0 52 31 7 150 54 37
Octal 354 53 170 0 122 61 7 520 124 67
Binary 11101100 101011 1111000 0 1010010 110001 111 101010000 1010100 110111

Color Harmonies of #EC2B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2B78

Black with #EC2B78

Text Example


Text Example

White with #EC2B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2B78; }

 p { color: rgb(236,43,120); }

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

background-color css

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

 a { background-color: rgb(236,43,120); }

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

border-color css

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

 span { border-color: rgb(236,43,120); }

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