#ED22A0

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

Shades of Persian Rose #ED22A0

Tints of Persian Rose #ED22A0

Color information

#ED22A0 (or 0xED22A0) is unknown color: approx Persian Rose. HEX triplet: ED, 22 and A0. RGB value is (237,34,160). Sum of RGB (Red+Green+Blue) = 237+34+160=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 34 (13.67% from 255 or 7.89% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #ED22A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED22A0 is #12DD5F. Grayscale: #6C6C6C. Windows color (decimal): -1236320 or 10494701. OLE color: 10494701.

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

Color convert

RGB23734160-
CMYK00.860.320.07
HSL322.76º84.94%53.14%-
HSV(B)322.76º85.65%92.94%-
XYZ41.8421.6935.24-
YUV109.06156.75219.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 54.99%
GREEN value IS 34 (13.67% from 255) = 7.89%
BLUE value IS 160 (62.89% from 255) = 37.12%
R=54.99%
G=7.89%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2373416000.860.320.07322.7684.9453.14
HexED22A00562071435535
Octal35542240012640750312565
Binary1110110110001010100000010101101000001111010000111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED22A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED22A0; }

 p { color: rgb(237,34,160); }

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

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

 a { background-color: rgb(237,34,160); }

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

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

 span { border-color: rgb(237,34,160); }

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