#ED2A89

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

Shades of Deep Cerise #ED2A89

Tints of Deep Cerise #ED2A89

Color information

#ED2A89 (or 0xED2A89) is unknown color: approx Deep Cerise. HEX triplet: ED, 2A and 89. RGB value is (237,42,137). Sum of RGB (Red+Green+Blue) = 237+42+137=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 42 (16.80% from 255 or 10.10% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2A89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2A89 is #12D576. Grayscale: #6E6E6E. Windows color (decimal): -1234295 or 8989421. OLE color: 8989421.

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

Color convert

RGB23742137-
CMYK00.820.420.07
HSL330.77º84.42%54.71%-
HSV(B)330.77º82.28%92.94%-
XYZ40.2721.4725.69-
YUV111.14142.6217.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 56.97%
GREEN value IS 42 (16.80% from 255) = 10.10%
BLUE value IS 137 (53.91% from 255) = 32.93%
R=56.97%
G=10.10%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2374213700.820.420.07330.7784.4254.71
HexED2A890522A714b5437
Octal35552211012252751312467
Binary1110110110101010001001010100101010101111010010111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2A89; }

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

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

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

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

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

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

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

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