#ED34AE

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

Shades of Persian Rose #ED34AE

Tints of Persian Rose #ED34AE

Color information

#ED34AE (or 0xED34AE) is unknown color: approx Persian Rose. HEX triplet: ED, 34 and AE. RGB value is (237,52,174). Sum of RGB (Red+Green+Blue) = 237+52+174=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 52 (20.70% from 255 or 11.23% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #ED34AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED34AE is #12CB51. Grayscale: #787878. Windows color (decimal): -1231698 or 11416813. OLE color: 11416813.

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

Color convert

RGB23752174-
CMYK00.780.270.07
HSL320.43º83.71%56.67%-
HSV(B)320.43º78.06%92.94%-
XYZ43.7923.5242.28-
YUV121.22157.79210.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.19%
GREEN value IS 52 (20.70% from 255) = 11.23%
BLUE value IS 174 (68.36% from 255) = 37.58%
R=51.19%
G=11.23%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375217400.780.270.07320.4383.7156.67
HexED34AE04E1B71405439
Octal35564256011633750012471
Binary111011011101001010111001001110110111111010000001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED34AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED34AE; }

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

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

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

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

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

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

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

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