#ED2A77

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

Shades of Cerise #ED2A77

Tints of Cerise #ED2A77

Color information

#ED2A77 (or 0xED2A77) is unknown color: approx Cerise. HEX triplet: ED, 2A and 77. RGB value is (237,42,119). Sum of RGB (Red+Green+Blue) = 237+42+119=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 42 (16.80% from 255 or 10.55% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2A77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2A77 is #12D588. Grayscale: #6C6C6C. Windows color (decimal): -1234313 or 7809773. OLE color: 7809773.

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

Color convert

RGB23742119-
CMYK00.820.500.07
HSL336.31º84.42%54.71%-
HSV(B)336.31º82.28%92.94%-
XYZ39.0820.9919.44-
YUV109.08133.6219.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 59.55%
GREEN value IS 42 (16.80% from 255) = 10.55%
BLUE value IS 119 (46.88% from 255) = 29.90%
R=59.55%
G=10.55%
B=29.90%

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
Decimal2374211900.820.500.07336.3184.4254.71
HexED2A770523271505437
Octal35552167012262752012467
Binary111011011010101110111010100101100101111010100001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2A77; }

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

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

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

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

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

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

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

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