Html Css Color HEX #EC2577 Deep Cerise

📋 copy color: '#EC2577'

red 236 ◦ green 37 ◦ blue 119

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

Shades of Deep Cerise #EC2577

Tints of Deep Cerise #EC2577

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.44%

 BLUE value IS 119 (46.88% from 255) = 30.36%

R = 60.2%
G = 9.44%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC2577 (or 0xEC2577) is known color: Deep Cerise. HEX triplet: EC, 25 and 77. RGB value is (236,37,119). Sum of RGB (Red+Green+Blue) = 236+37+119=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 37 (14.84% from 255 or 9.44% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2577 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2577 is #13DA88. Grayscale: #696969. Windows color (decimal): -1301129 or 7808492. OLE color: 7808492.

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

Color convert

RGB 236 37 119 -
CMYK 0 0.84 0.50 0.07
HSL 335.28º 0.84% 0.54% -
HSV(B) 335.28º 0.84% 0.93% -
XYZ 38.58 20.49 19.37 -
YUV 105.85 135.43 220.83 -
System Red Green Blue C M Y K H S L
Decimal 236 37 119 0 0.84 0.50 0.07 335.28 0.84 0.54
Hex EC 25 77 0 54 32 7 14F 54 36
Octal 354 45 167 0 124 62 7 517 124 66
Binary 11101100 100101 1110111 0 1010100 110010 111 101001111 1010100 110110

Color Harmonies of #EC2577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2577

Black with #EC2577

Text Example


Text Example

White with #EC2577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2577; }

 p { color: rgb(236,37,119); }

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

background-color css

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

 a { background-color: rgb(236,37,119); }

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

border-color css

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

 span { border-color: rgb(236,37,119); }

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