#ed2876

Color #ED2876 Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #ED2876

Tints of Cerise #ED2876

Color information

#ED2876 (or 0xED2876) is unknown color: approx Cerise. HEX triplet: ED, 28 and 76. RGB value is (237,40,118). Sum of RGB (Red+Green+Blue) = 237+40+118=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 40 (16.02% from 255 or 10.13% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2876 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2876 is #12D789. Grayscale: #6B6B6B. Windows color (decimal): -1234826 or 7743725. OLE color: 7743725.

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

Color convert

RGB23740118-
CMYK00.830.500.07
HSL336.24º84.55%54.31%-
HSV(B)336.24º83.12%92.94%-
XYZ38.9520.8319.11-
YUV107.79133.77220.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 60%
GREEN value IS 40 (16.02% from 255) = 10.13%
BLUE value IS 118 (46.48% from 255) = 29.87%
R=60%
G=10.13%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2374011800.830.500.07336.2484.5554.31
HexED28760533271505536
Octal35550166012362752012566
Binary111011011010001110110010100111100101111010100001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed2876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed2876; }

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

 H1.HeaderClassName
 {
   color: #ed2876;
 }
 .AnyTagClassName
 {
   color: #ed2876;
 }
</style>
background-color css

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

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

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

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

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

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