#ED29A2

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

Shades of Persian Rose #ED29A2

Tints of Persian Rose #ED29A2

Color information

#ED29A2 (or 0xED29A2) is unknown color: approx Persian Rose. HEX triplet: ED, 29 and A2. RGB value is (237,41,162). Sum of RGB (Red+Green+Blue) = 237+41+162=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 41 (16.41% from 255 or 9.32% from 440); Blue value is 162 (63.67% from 255 or 36.82% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #ED29A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED29A2 is #12D65D. Grayscale: #717171. Windows color (decimal): -1234526 or 10627565. OLE color: 10627565.

HSL color Cylindrical-coordinate representation of color #ED29A2: hue angle of 322.96º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED29A2 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB23741162-
CMYK00.830.320.07
HSL322.96º84.48%54.51%-
HSV(B)322.96º82.7%92.94%-
XYZ42.2422.236.24-
YUV113.4155.43216.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.86%
GREEN value IS 41 (16.41% from 255) = 9.32%
BLUE value IS 162 (63.67% from 255) = 36.82%
R=53.86%
G=9.32%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2374116200.830.320.07322.9684.4854.51
HexED29A20532071435437
Octal35551242012340750312467
Binary1110110110100110100010010100111000001111010000111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED29A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED29A2; }

 p { color: rgb(237,41,162); }

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

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

 a { background-color: rgb(237,41,162); }

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

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

 span { border-color: rgb(237,41,162); }

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