#E12AA3

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

Shades of Persian Rose #E12AA3

Tints of Persian Rose #E12AA3

Color information

#E12AA3 (or 0xE12AA3) is unknown color: approx Persian Rose. HEX triplet: E1, 2A and A3. RGB value is (225,42,163). Sum of RGB (Red+Green+Blue) = 225+42+163=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 42 (16.80% from 255 or 9.77% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E12AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12AA3 is #1ED55C. Grayscale: #6E6E6E. Windows color (decimal): -2020701 or 10693345. OLE color: 10693345.

HSL color Cylindrical-coordinate representation of color #E12AA3: hue angle of 320.33º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E12AA3 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB22542163-
CMYK00.810.280.12
HSL320.33º75.31%52.35%-
HSV(B)320.33º81.33%88.24%-
XYZ38.4920.3136.54-
YUV110.51157.63209.66-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.33%
GREEN value IS 42 (16.80% from 255) = 9.77%
BLUE value IS 163 (64.06% from 255) = 37.91%
R=52.33%
G=9.77%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254216300.810.280.12320.3375.3152.35
HexE12AA30511CC1404b34
Octal341522430121341450011364
Binary1110000110101010100011010100011110011001010000001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12AA3; }

 p { color: rgb(225,42,163); }

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

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

 a { background-color: rgb(225,42,163); }

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

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

 span { border-color: rgb(225,42,163); }

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