#E92AAC

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

Shades of Persian Rose #E92AAC

Tints of Persian Rose #E92AAC

Color information

#E92AAC (or 0xE92AAC) is unknown color: approx Persian Rose. HEX triplet: E9, 2A and AC. RGB value is (233,42,172). Sum of RGB (Red+Green+Blue) = 233+42+172=447 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.13% from 447); Green value is 42 (16.80% from 255 or 9.40% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 233 - color contains mainly: red. Hex color #E92AAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92AAC is #16D553. Grayscale: #717171. Windows color (decimal): -1496404 or 11283177. OLE color: 11283177.

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

Color convert

RGB23342172-
CMYK00.820.260.09
HSL319.16º81.28%53.92%-
HSV(B)319.16º81.97%91.37%-
XYZ41.8821.9641.06-
YUV113.93160.78212.93-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.13%
GREEN value IS 42 (16.80% from 255) = 9.40%
BLUE value IS 172 (67.58% from 255) = 38.48%
R=52.13%
G=9.40%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2334217200.820.260.09319.1681.2853.92
HexE92AAC0521A913f5136
Octal351522540122321147712166
Binary1110100110101010101100010100101101010011001111111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E92AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E92AAC; }

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

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

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

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

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

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

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

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