#E92699

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

Shades of Persian Rose #E92699

Tints of Persian Rose #E92699

Color information

#E92699 (or 0xE92699) is unknown color: approx Persian Rose. HEX triplet: E9, 26 and 99. RGB value is (233,38,153). Sum of RGB (Red+Green+Blue) = 233+38+153=424 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.95% from 424); Green value is 38 (15.23% from 255 or 8.96% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 233 - color contains mainly: red. Hex color #E92699 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92699 is #16D966. Grayscale: #6D6D6D. Windows color (decimal): -1497447 or 10036969. OLE color: 10036969.

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

Color convert

RGB23338153-
CMYK00.840.340.09
HSL324.62º81.59%53.14%-
HSV(B)324.62º83.69%91.37%-
XYZ40.0521.0132.08-
YUV109.42152.6216.15-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 54.95%
GREEN value IS 38 (15.23% from 255) = 8.96%
BLUE value IS 153 (60.16% from 255) = 36.08%
R=54.95%
G=8.96%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2333815300.840.340.09324.6281.5953.14
HexE926990542291455235
Octal351462310124421150512265
Binary11101001100110100110010101010010001010011010001011010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E92699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E92699; }

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

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

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

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

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

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

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

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