#E92898

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

Shades of Persian Rose #E92898

Tints of Persian Rose #E92898

Color information

#E92898 (or 0xE92898) is unknown color: approx Persian Rose. HEX triplet: E9, 28 and 98. RGB value is (233,40,152). Sum of RGB (Red+Green+Blue) = 233+40+152=425 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.82% from 425); Green value is 40 (16.02% from 255 or 9.41% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 233 - color contains mainly: red. Hex color #E92898 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92898 is #16D767. Grayscale: #6E6E6E. Windows color (decimal): -1496936 or 9971945. OLE color: 9971945.

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

Color convert

RGB23340152-
CMYK00.830.350.09
HSL325.18º81.43%53.53%-
HSV(B)325.18º82.83%91.37%-
XYZ40.0321.1131.67-
YUV110.48151.44215.39-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 54.82%
GREEN value IS 40 (16.02% from 255) = 9.41%
BLUE value IS 152 (59.77% from 255) = 35.76%
R=54.82%
G=9.41%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2334015200.830.350.09325.1881.4353.53
HexE928980532391455136
Octal351502300123431150512166
Binary11101001101000100110000101001110001110011010001011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E92898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E92898; }

 p { color: rgb(233,40,152); }

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

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

 a { background-color: rgb(233,40,152); }

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

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

 span { border-color: rgb(233,40,152); }

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