#E92A9A

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

Shades of Persian Rose #E92A9A

Tints of Persian Rose #E92A9A

Color information

#E92A9A (or 0xE92A9A) is unknown color: approx Persian Rose. HEX triplet: E9, 2A and 9A. RGB value is (233,42,154). Sum of RGB (Red+Green+Blue) = 233+42+154=429 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.31% from 429); Green value is 42 (16.80% from 255 or 9.79% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 233 - color contains mainly: red. Hex color #E92A9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92A9A is #16D565. Grayscale: #6F6F6F. Windows color (decimal): -1496422 or 10103529. OLE color: 10103529.

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

Color convert

RGB23342154-
CMYK00.820.340.09
HSL324.82º81.28%53.92%-
HSV(B)324.82º81.97%91.37%-
XYZ40.2621.3132.56-
YUV111.88151.78214.39-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 54.31%
GREEN value IS 42 (16.80% from 255) = 9.79%
BLUE value IS 154 (60.55% from 255) = 35.90%
R=54.31%
G=9.79%
B=35.90%

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
Decimal2334215400.820.340.09324.8281.2853.92
HexE92A9A0522291455136
Octal351522320122421150512166
Binary11101001101010100110100101001010001010011010001011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E92A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E92A9A; }

 p { color: rgb(233,42,154); }

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

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

 a { background-color: rgb(233,42,154); }

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

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

 span { border-color: rgb(233,42,154); }

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