Html Css Color HEX #ED2877 Deep Cerise

📋 copy color: '#ED2877'

red 237 ◦ green 40 ◦ blue 119

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

Shades of Deep Cerise #ED2877

Tints of Deep Cerise #ED2877

RGB

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

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

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

R = 59.85%
G = 10.1%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ED2877 (or 0xED2877) is known color: Deep Cerise. HEX triplet: ED, 28 and 77. RGB value is (237,40,119). Sum of RGB (Red+Green+Blue) = 237+40+119=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 40 (16.02% from 255 or 10.10% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2877 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2877 is #12D788. Grayscale: #6B6B6B. Windows color (decimal): -1234825 or 7809261. OLE color: 7809261.

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

Color convert

RGB 237 40 119 -
CMYK 0 0.83 0.50 0.07
HSL 335.94º 0.85% 0.54% -
HSV(B) 335.94º 0.83% 0.93% -
XYZ 39.01 20.85 19.42 -
YUV 107.91 134.27 220.08 -
System Red Green Blue C M Y K H S L
Decimal 237 40 119 0 0.83 0.50 0.07 335.94 0.85 0.54
Hex ED 28 77 0 53 32 7 150 55 36
Octal 355 50 167 0 123 62 7 520 125 66
Binary 11101101 101000 1110111 0 1010011 110010 111 101010000 1010101 110110

Color Harmonies of #ED2877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2877

Black with #ED2877

Text Example


Text Example

White with #ED2877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2877; }

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

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

background-color css

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

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

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

border-color css

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

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

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