#E930AA

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

Shades of Persian Rose #E930AA

Tints of Persian Rose #E930AA

Color information

#E930AA (or 0xE930AA) is unknown color: approx Persian Rose. HEX triplet: E9, 30 and AA. RGB value is (233,48,170). Sum of RGB (Red+Green+Blue) = 233+48+170=451 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.66% from 451); Green value is 48 (19.14% from 255 or 10.64% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 233 - color contains mainly: red. Hex color #E930AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E930AA is #16CF55. Grayscale: #747474. Windows color (decimal): -1494870 or 11153641. OLE color: 11153641.

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

Color convert

RGB23348170-
CMYK00.790.270.09
HSL320.43º80.79%55.1%-
HSV(B)320.43º79.4%91.37%-
XYZ41.9222.3440.13-
YUV117.22157.79210.58-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 51.66%
GREEN value IS 48 (19.14% from 255) = 10.64%
BLUE value IS 170 (66.80% from 255) = 37.69%
R=51.66%
G=10.64%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2334817000.790.270.09320.4380.7955.1
HexE930AA04F1B91405137
Octal351602520117331150012167
Binary1110100111000010101010010011111101110011010000001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E930AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E930AA; }

 p { color: rgb(233,48,170); }

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

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

 a { background-color: rgb(233,48,170); }

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

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

 span { border-color: rgb(233,48,170); }

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