#E8299F

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

Shades of Persian Rose #E8299F

Tints of Persian Rose #E8299F

Color information

#E8299F (or 0xE8299F) is unknown color: approx Persian Rose. HEX triplet: E8, 29 and 9F. RGB value is (232,41,159). Sum of RGB (Red+Green+Blue) = 232+41+159=432 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.70% from 432); Green value is 41 (16.41% from 255 or 9.49% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 232 - color contains mainly: red. Hex color #E8299F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8299F is #17D660. Grayscale: #6F6F6F. Windows color (decimal): -1562209 or 10430952. OLE color: 10430952.

HSL color Cylindrical-coordinate representation of color #E8299F: hue angle of 322.93º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E8299F is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB23241159-
CMYK00.820.310.09
HSL322.93º80.59%53.53%-
HSV(B)322.93º82.33%90.98%-
XYZ40.3321.2434.78-
YUV111.56154.78213.91-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 53.70%
GREEN value IS 41 (16.41% from 255) = 9.49%
BLUE value IS 159 (62.5% from 255) = 36.81%
R=53.70%
G=9.49%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2324115900.820.310.09322.9380.5953.53
HexE8299F0521F91435136
Octal350512370122371150312166
Binary1110100010100110011111010100101111110011010000111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8299F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8299F; }

 p { color: rgb(232,41,159); }

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

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

 a { background-color: rgb(232,41,159); }

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

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

 span { border-color: rgb(232,41,159); }

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