#ED2A76

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

Shades of Cerise #ED2A76

Tints of Cerise #ED2A76

Color information

#ED2A76 (or 0xED2A76) is unknown color: approx Cerise. HEX triplet: ED, 2A and 76. RGB value is (237,42,118). Sum of RGB (Red+Green+Blue) = 237+42+118=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 42 (16.80% from 255 or 10.58% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2A76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2A76 is #12D589. Grayscale: #6C6C6C. Windows color (decimal): -1234314 or 7744237. OLE color: 7744237.

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

Color convert

RGB23742118-
CMYK00.820.500.07
HSL336.62º84.42%54.71%-
HSV(B)336.62º82.28%92.94%-
XYZ39.0220.9719.13-
YUV108.97133.1219.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 59.70%
GREEN value IS 42 (16.80% from 255) = 10.58%
BLUE value IS 118 (46.48% from 255) = 29.72%
R=59.70%
G=10.58%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2374211800.820.500.07336.6284.4254.71
HexED2A760523271515437
Octal35552166012262752112467
Binary111011011010101110110010100101100101111010100011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2A76; }

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

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

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

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

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

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

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

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