#E92698

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

Shades of Persian Rose #E92698

Tints of Persian Rose #E92698

Color information

#E92698 (or 0xE92698) is unknown color: approx Persian Rose. HEX triplet: E9, 26 and 98. RGB value is (233,38,152). Sum of RGB (Red+Green+Blue) = 233+38+152=423 (56% of max value = 765). Red value is 233 (91.41% from 255 or 55.08% from 423); Green value is 38 (15.23% from 255 or 8.98% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 233 - color contains mainly: red. Hex color #E92698 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92698 is #16D967. Grayscale: #6D6D6D. Windows color (decimal): -1497448 or 9971433. OLE color: 9971433.

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

Color convert

RGB23338152-
CMYK00.840.350.09
HSL324.92º81.59%53.14%-
HSV(B)324.92º83.69%91.37%-
XYZ39.9620.9831.65-
YUV109.3152.1216.23-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 55.08%
GREEN value IS 38 (15.23% from 255) = 8.98%
BLUE value IS 152 (59.77% from 255) = 35.93%
R=55.08%
G=8.98%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2333815200.840.350.09324.9281.5953.14
HexE926980542391455235
Octal351462300124431150512265
Binary11101001100110100110000101010010001110011010001011010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E92698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E92698; }

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

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

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

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

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

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

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

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