#ED34AF

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

Shades of Persian Rose #ED34AF

Tints of Persian Rose #ED34AF

Color information

#ED34AF (or 0xED34AF) is unknown color: approx Persian Rose. HEX triplet: ED, 34 and AF. RGB value is (237,52,175). Sum of RGB (Red+Green+Blue) = 237+52+175=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 52 (20.70% from 255 or 11.21% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED34AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED34AF is #12CB50. Grayscale: #797979. Windows color (decimal): -1231697 or 11482349. OLE color: 11482349.

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

Color convert

RGB23752175-
CMYK00.780.260.07
HSL320.11º83.71%56.67%-
HSV(B)320.11º78.06%92.94%-
XYZ43.8923.5642.79-
YUV121.34158.29210.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.08%
GREEN value IS 52 (20.70% from 255) = 11.21%
BLUE value IS 175 (68.75% from 255) = 37.72%
R=51.08%
G=11.21%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375217500.780.260.07320.1183.7156.67
HexED34AF04E1A71405439
Octal35564257011632750012471
Binary111011011101001010111101001110110101111010000001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED34AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED34AF; }

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

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

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

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

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

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

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

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