#EA35A8

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

Shades of Persian Rose #EA35A8

Tints of Persian Rose #EA35A8

Color information

#EA35A8 (or 0xEA35A8) is unknown color: approx Persian Rose. HEX triplet: EA, 35 and A8. RGB value is (234,53,168). Sum of RGB (Red+Green+Blue) = 234+53+168=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 53 (21.09% from 255 or 11.65% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EA35A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA35A8 is #15CA57. Grayscale: #777777. Windows color (decimal): -1428056 or 11023850. OLE color: 11023850.

HSL color Cylindrical-coordinate representation of color #EA35A8: hue angle of 321.88º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EA35A8 is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB23453168-
CMYK00.770.280.08
HSL321.88º81.17%56.27%-
HSV(B)321.88º77.35%91.76%-
XYZ42.2722.8739.23-
YUV120.23154.97209.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.43%
GREEN value IS 53 (21.09% from 255) = 11.65%
BLUE value IS 168 (66.02% from 255) = 36.92%
R=51.43%
G=11.65%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2345316800.770.280.08321.8881.1756.27
HexEA35A804D1C81425138
Octal352652500115341050212170
Binary1110101011010110101000010011011110010001010000101010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA35A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA35A8; }

 p { color: rgb(234,53,168); }

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

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

 a { background-color: rgb(234,53,168); }

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

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

 span { border-color: rgb(234,53,168); }

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