#E92A9C

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

Shades of Persian Rose #E92A9C

Tints of Persian Rose #E92A9C

Color information

#E92A9C (or 0xE92A9C) is unknown color: approx Persian Rose. HEX triplet: E9, 2A and 9C. RGB value is (233,42,156). Sum of RGB (Red+Green+Blue) = 233+42+156=431 (57% of max value = 765). Red value is 233 (91.41% from 255 or 54.06% from 431); Green value is 42 (16.80% from 255 or 9.74% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 233 - color contains mainly: red. Hex color #E92A9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92A9C is #16D563. Grayscale: #6F6F6F. Windows color (decimal): -1496420 or 10234601. OLE color: 10234601.

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

Color convert

RGB23342156-
CMYK00.820.330.09
HSL324.19º81.28%53.92%-
HSV(B)324.19º81.97%91.37%-
XYZ40.4321.3833.45-
YUV112.1152.78214.23-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 54.06%
GREEN value IS 42 (16.80% from 255) = 9.74%
BLUE value IS 156 (61.33% from 255) = 36.19%
R=54.06%
G=9.74%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2334215600.820.330.09324.1981.2853.92
HexE92A9C0522191445136
Octal351522340122411150412166
Binary11101001101010100111000101001010000110011010001001010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E92A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E92A9C; }

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

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

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

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

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

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

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

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