#E82998

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

Shades of Persian Rose #E82998

Tints of Persian Rose #E82998

Color information

#E82998 (or 0xE82998) is unknown color: approx Persian Rose. HEX triplet: E8, 29 and 98. RGB value is (232,41,152). Sum of RGB (Red+Green+Blue) = 232+41+152=425 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.59% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 232 - color contains mainly: red. Hex color #E82998 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82998 is #17D667. Grayscale: #6E6E6E. Windows color (decimal): -1562216 or 9972200. OLE color: 9972200.

HSL color Cylindrical-coordinate representation of color #E82998: hue angle of 325.13º 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 #E82998 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB23241152-
CMYK00.820.340.09
HSL325.13º80.59%53.53%-
HSV(B)325.13º82.33%90.98%-
XYZ39.7421.0131.67-
YUV110.76151.28214.47-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 54.59%
GREEN value IS 41 (16.41% from 255) = 9.65%
BLUE value IS 152 (59.77% from 255) = 35.76%
R=54.59%
G=9.65%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2324115200.820.340.09325.1380.5953.53
HexE829980522291455136
Octal350512300122421150512166
Binary11101000101001100110000101001010001010011010001011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E82998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E82998; }

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

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

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

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

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

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

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

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