#E540AB

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

Shades of Persian Rose #E540AB

Tints of Persian Rose #E540AB

Color information

#E540AB (or 0xE540AB) is unknown color: approx Persian Rose. HEX triplet: E5, 40 and AB. RGB value is (229,64,171). Sum of RGB (Red+Green+Blue) = 229+64+171=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 64 (25.39% from 255 or 13.79% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E540AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E540AB is #1ABF54. Grayscale: #7D7D7D. Windows color (decimal): -1752917 or 11223269. OLE color: 11223269.

HSL color Cylindrical-coordinate representation of color #E540AB: hue angle of 321.09º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E540AB is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB22964171-
CMYK00.720.250.10
HSL321.09º76.04%57.45%-
HSV(B)321.09º72.05%89.8%-
XYZ41.523.2740.83-
YUV125.53153.66201.8-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.35%
GREEN value IS 64 (25.39% from 255) = 13.79%
BLUE value IS 171 (67.19% from 255) = 36.85%
R=49.35%
G=13.79%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296417100.720.250.10321.0976.0457.45
HexE540AB04819A1414c39
Octal3451002530110311250111471
Binary11100101100000010101011010010001100110101010000011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E540AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E540AB; }

 p { color: rgb(229,64,171); }

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

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

 a { background-color: rgb(229,64,171); }

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

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

 span { border-color: rgb(229,64,171); }

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