#E835A8

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

Shades of Persian Rose #E835A8

Tints of Persian Rose #E835A8

Color information

#E835A8 (or 0xE835A8) is unknown color: approx Persian Rose. HEX triplet: E8, 35 and A8. RGB value is (232,53,168). Sum of RGB (Red+Green+Blue) = 232+53+168=453 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.21% from 453); Green value is 53 (21.09% from 255 or 11.70% from 453); Blue value is 168 (66.02% from 255 or 37.09% from 453); Max value from RGB is 232 - color contains mainly: red. Hex color #E835A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E835A8 is #17CA57. Grayscale: #777777. Windows color (decimal): -1559128 or 11023848. OLE color: 11023848.

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

Color convert

RGB23253168-
CMYK00.770.280.09
HSL321.45º79.56%55.88%-
HSV(B)321.45º77.16%90.98%-
XYZ41.6222.5339.2-
YUV119.63155.3208.15-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 51.21%
GREEN value IS 53 (21.09% from 255) = 11.70%
BLUE value IS 168 (66.02% from 255) = 37.09%
R=51.21%
G=11.70%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2325316800.770.280.09321.4579.5655.88
HexE835A804D1C91415038
Octal350652500115341150112070
Binary1110100011010110101000010011011110010011010000011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E835A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E835A8; }

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

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

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

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

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

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

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

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