Html Css Color HEX #ED2777 Deep Cerise

📋 copy color: '#ED2777'

red 237 ◦ green 39 ◦ blue 119

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

Shades of Deep Cerise #ED2777

Tints of Deep Cerise #ED2777

RGB

 RED value IS 237 (92.97% from 255) = 60%

 GREEN value IS 39 (15.63% from 255) = 9.87%

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

R = 60%
G = 9.87%
B = 30.13%

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

#ED2777 (or 0xED2777) is known color: Deep Cerise. HEX triplet: ED, 27 and 77. RGB value is (237,39,119). Sum of RGB (Red+Green+Blue) = 237+39+119=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 39 (15.62% from 255 or 9.87% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2777 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2777 is #12D888. Grayscale: #6B6B6B. Windows color (decimal): -1235081 or 7809005. OLE color: 7809005.

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

Color convert

RGB 237 39 119 -
CMYK 0 0.84 0.50 0.07
HSL 335.76º 0.85% 0.54% -
HSV(B) 335.76º 0.84% 0.93% -
XYZ 38.98 20.79 19.41 -
YUV 107.32 134.6 220.5 -
System Red Green Blue C M Y K H S L
Decimal 237 39 119 0 0.84 0.50 0.07 335.76 0.85 0.54
Hex ED 27 77 0 54 32 7 150 55 36
Octal 355 47 167 0 124 62 7 520 125 66
Binary 11101101 100111 1110111 0 1010100 110010 111 101010000 1010101 110110

Color Harmonies of #ED2777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2777

Black with #ED2777

Text Example


Text Example

White with #ED2777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2777; }

 p { color: rgb(237,39,119); }

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

background-color css

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

 a { background-color: rgb(237,39,119); }

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

border-color css

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

 span { border-color: rgb(237,39,119); }

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