#E8249E

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

Shades of Persian Rose #E8249E

Tints of Persian Rose #E8249E

Color information

#E8249E (or 0xE8249E) is unknown color: approx Persian Rose. HEX triplet: E8, 24 and 9E. RGB value is (232,36,158). Sum of RGB (Red+Green+Blue) = 232+36+158=426 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.46% from 426); Green value is 36 (14.45% from 255 or 8.45% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 232 - color contains mainly: red. Hex color #E8249E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8249E is #17DB61. Grayscale: #6C6C6C. Windows color (decimal): -1563490 or 10364136. OLE color: 10364136.

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

Color convert

RGB23236158-
CMYK00.840.320.09
HSL322.65º80.99%52.55%-
HSV(B)322.65º84.48%90.98%-
XYZ40.0820.8934.27-
YUV108.51155.93216.08-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 54.46%
GREEN value IS 36 (14.45% from 255) = 8.45%
BLUE value IS 158 (62.11% from 255) = 37.09%
R=54.46%
G=8.45%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2323615800.840.320.09322.6580.9952.55
HexE8249E0542091435135
Octal350442360124401150312165
Binary11101000100100100111100101010010000010011010000111010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8249E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8249E; }

 p { color: rgb(232,36,158); }

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

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

 a { background-color: rgb(232,36,158); }

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

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

 span { border-color: rgb(232,36,158); }

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