#ED34A5

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

Shades of Persian Rose #ED34A5

Tints of Persian Rose #ED34A5

Color information

#ED34A5 (or 0xED34A5) is unknown color: approx Persian Rose. HEX triplet: ED, 34 and A5. RGB value is (237,52,165). Sum of RGB (Red+Green+Blue) = 237+52+165=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 52 (20.70% from 255 or 11.45% from 454); Blue value is 165 (64.84% from 255 or 36.34% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #ED34A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED34A5 is #12CB5A. Grayscale: #777777. Windows color (decimal): -1231707 or 10826989. OLE color: 10826989.

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

Color convert

RGB23752165-
CMYK00.780.300.07
HSL323.35º83.71%56.67%-
HSV(B)323.35º78.06%92.94%-
XYZ42.9423.1837.81-
YUV120.2153.29211.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.20%
GREEN value IS 52 (20.70% from 255) = 11.45%
BLUE value IS 165 (64.84% from 255) = 36.34%
R=52.20%
G=11.45%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375216500.780.300.07323.3583.7156.67
HexED34A504E1E71435439
Octal35564245011636750312471
Binary111011011101001010010101001110111101111010000111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED34A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED34A5; }

 p { color: rgb(237,52,165); }

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

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

 a { background-color: rgb(237,52,165); }

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

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

 span { border-color: rgb(237,52,165); }

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