#E134AA

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

Shades of Persian Rose #E134AA

Tints of Persian Rose #E134AA

Color information

#E134AA (or 0xE134AA) is unknown color: approx Persian Rose. HEX triplet: E1, 34 and AA. RGB value is (225,52,170). Sum of RGB (Red+Green+Blue) = 225+52+170=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 52 (20.70% from 255 or 11.63% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E134AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E134AA is #1ECB55. Grayscale: #747474. Windows color (decimal): -2018134 or 11154657. OLE color: 11154657.

HSL color Cylindrical-coordinate representation of color #E134AA: hue angle of 319.08º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E134AA is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB22552170-
CMYK00.770.240.12
HSL319.08º74.25%54.31%-
HSV(B)319.08º76.89%88.24%-
XYZ39.5421.3740.07-
YUV117.18157.81204.91-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.34%
GREEN value IS 52 (20.70% from 255) = 11.63%
BLUE value IS 170 (66.80% from 255) = 38.03%
R=50.34%
G=11.63%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255217000.770.240.12319.0874.2554.31
HexE134AA04D18C13f4a36
Octal341642520115301447711266
Binary1110000111010010101010010011011100011001001111111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E134AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E134AA; }

 p { color: rgb(225,52,170); }

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

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

 a { background-color: rgb(225,52,170); }

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

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

 span { border-color: rgb(225,52,170); }

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