#ED35AC

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

Shades of Persian Rose #ED35AC

Tints of Persian Rose #ED35AC

Color information

#ED35AC (or 0xED35AC) is unknown color: approx Persian Rose. HEX triplet: ED, 35 and AC. RGB value is (237,53,172). Sum of RGB (Red+Green+Blue) = 237+53+172=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 53 (21.09% from 255 or 11.47% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #ED35AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED35AC is #12CA53. Grayscale: #797979. Windows color (decimal): -1231444 or 11285997. OLE color: 11285997.

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

Color convert

RGB23753172-
CMYK00.780.270.07
HSL321.2º83.64%56.86%-
HSV(B)321.2º77.64%92.94%-
XYZ43.6423.5341.27-
YUV121.58156.46210.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.30%
GREEN value IS 53 (21.09% from 255) = 11.47%
BLUE value IS 172 (67.58% from 255) = 37.23%
R=51.30%
G=11.47%
B=37.23%

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
Decimal2375317200.780.270.07321.283.6456.86
HexED35AC04E1B71415439
Octal35565254011633750112471
Binary111011011101011010110001001110110111111010000011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED35AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED35AC; }

 p { color: rgb(237,53,172); }

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

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

 a { background-color: rgb(237,53,172); }

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

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

 span { border-color: rgb(237,53,172); }

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