#ED2EA6

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

Shades of Persian Rose #ED2EA6

Tints of Persian Rose #ED2EA6

Color information

#ED2EA6 (or 0xED2EA6) is unknown color: approx Persian Rose. HEX triplet: ED, 2E and A6. RGB value is (237,46,166). Sum of RGB (Red+Green+Blue) = 237+46+166=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 46 (18.36% from 255 or 10.24% from 449); Blue value is 166 (65.23% from 255 or 36.97% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2EA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2EA6 is #12D159. Grayscale: #747474. Windows color (decimal): -1233242 or 10890989. OLE color: 10890989.

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

Color convert

RGB23746166-
CMYK00.810.300.07
HSL322.3º84.14%55.49%-
HSV(B)322.3º80.59%92.94%-
XYZ42.7822.7138.21-
YUV116.79155.78213.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.78%
GREEN value IS 46 (18.36% from 255) = 10.24%
BLUE value IS 166 (65.23% from 255) = 36.97%
R=52.78%
G=10.24%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2374616600.810.300.07322.384.1455.49
HexED2EA60511E71425437
Octal35556246012136750212467
Binary111011011011101010011001010001111101111010000101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2EA6; }

 p { color: rgb(237,46,166); }

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

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

 a { background-color: rgb(237,46,166); }

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

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

 span { border-color: rgb(237,46,166); }

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