#E92EA1

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

Shades of Persian Rose #E92EA1

Tints of Persian Rose #E92EA1

Color information

#E92EA1 (or 0xE92EA1) is unknown color: approx Persian Rose. HEX triplet: E9, 2E and A1. RGB value is (233,46,161). Sum of RGB (Red+Green+Blue) = 233+46+161=440 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.95% from 440); Green value is 46 (18.36% from 255 or 10.45% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 233 - color contains mainly: red. Hex color #E92EA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92EA1 is #16D15E. Grayscale: #727272. Windows color (decimal): -1495391 or 10563305. OLE color: 10563305.

HSL color Cylindrical-coordinate representation of color #E92EA1: hue angle of 323.1º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E92EA1 is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB23346161-
CMYK00.800.310.09
HSL323.1º80.95%54.71%-
HSV(B)323.1º80.26%91.37%-
XYZ41.0121.8535.77-
YUV115.02153.95212.15-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.95%
GREEN value IS 46 (18.36% from 255) = 10.45%
BLUE value IS 161 (63.28% from 255) = 36.59%
R=52.95%
G=10.45%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2334616100.800.310.09323.180.9554.71
HexE92EA10501F91435137
Octal351562410120371150312167
Binary1110100110111010100001010100001111110011010000111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E92EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E92EA1; }

 p { color: rgb(233,46,161); }

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

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

 a { background-color: rgb(233,46,161); }

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

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

 span { border-color: rgb(233,46,161); }

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