#ED209E

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

Shades of Persian Rose #ED209E

Tints of Persian Rose #ED209E

Color information

#ED209E (or 0xED209E) is unknown color: approx Persian Rose. HEX triplet: ED, 20 and 9E. RGB value is (237,32,158). Sum of RGB (Red+Green+Blue) = 237+32+158=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 32 (12.89% from 255 or 7.49% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED209E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED209E is #12DF61. Grayscale: #6B6B6B. Windows color (decimal): -1236834 or 10363117. OLE color: 10363117.

HSL color Cylindrical-coordinate representation of color #ED209E: hue angle of 323.12º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED209E is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB23732158-
CMYK00.860.330.07
HSL323.12º85.06%52.75%-
HSV(B)323.12º86.5%92.94%-
XYZ41.6121.5134.31-
YUV107.66156.42220.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.50%
GREEN value IS 32 (12.89% from 255) = 7.49%
BLUE value IS 158 (62.11% from 255) = 37.00%
R=55.50%
G=7.49%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2373215800.860.330.07323.1285.0652.75
HexED209E0562171435535
Octal35540236012641750312565
Binary1110110110000010011110010101101000011111010000111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED209E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED209E; }

 p { color: rgb(237,32,158); }

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

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

 a { background-color: rgb(237,32,158); }

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

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

 span { border-color: rgb(237,32,158); }

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