#ED229E

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

Shades of Persian Rose #ED229E

Tints of Persian Rose #ED229E

Color information

#ED229E (or 0xED229E) is unknown color: approx Persian Rose. HEX triplet: ED, 22 and 9E. RGB value is (237,34,158). Sum of RGB (Red+Green+Blue) = 237+34+158=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 34 (13.67% from 255 or 7.93% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #ED229E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED229E is #12DD61. Grayscale: #6C6C6C. Windows color (decimal): -1236322 or 10363629. OLE color: 10363629.

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

Color convert

RGB23734158-
CMYK00.860.330.07
HSL323.35º84.94%53.14%-
HSV(B)323.35º85.65%92.94%-
XYZ41.6721.6234.32-
YUV108.83155.75219.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.24%
GREEN value IS 34 (13.67% from 255) = 7.93%
BLUE value IS 158 (62.11% from 255) = 36.83%
R=55.24%
G=7.93%
B=36.83%

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
Decimal2373415800.860.330.07323.3584.9453.14
HexED229E0562171435535
Octal35542236012641750312565
Binary1110110110001010011110010101101000011111010000111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED229E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED229E; }

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

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

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

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

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

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

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

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