#E134A9

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

Shades of Persian Rose #E134A9

Tints of Persian Rose #E134A9

Color information

#E134A9 (or 0xE134A9) is unknown color: approx Persian Rose. HEX triplet: E1, 34 and A9. RGB value is (225,52,169). Sum of RGB (Red+Green+Blue) = 225+52+169=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 52 (20.70% from 255 or 11.66% from 446); Blue value is 169 (66.41% from 255 or 37.89% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E134A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E134A9 is #1ECB56. Grayscale: #747474. Windows color (decimal): -2018135 or 11089121. OLE color: 11089121.

HSL color Cylindrical-coordinate representation of color #E134A9: hue angle of 319.42º 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 #E134A9 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB22552169-
CMYK00.770.250.12
HSL319.42º74.25%54.31%-
HSV(B)319.42º76.89%88.24%-
XYZ39.4421.3339.57-
YUV117.06157.31204.99-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.45%
GREEN value IS 52 (20.70% from 255) = 11.66%
BLUE value IS 169 (66.41% from 255) = 37.89%
R=50.45%
G=11.66%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255216900.770.250.12319.4274.2554.31
HexE134A904D19C13f4a36
Octal341642510115311447711266
Binary1110000111010010101001010011011100111001001111111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E134A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E134A9; }

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

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

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

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

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

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

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

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