#E141AD

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

Shades of Persian Rose #E141AD

Tints of Persian Rose #E141AD

Color information

#E141AD (or 0xE141AD) is unknown color: approx Persian Rose. HEX triplet: E1, 41 and AD. RGB value is (225,65,173). Sum of RGB (Red+Green+Blue) = 225+65+173=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 65 (25.78% from 255 or 14.04% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E141AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E141AD is #1EBE52. Grayscale: #7C7C7C. Windows color (decimal): -2014803 or 11354593. OLE color: 11354593.

HSL color Cylindrical-coordinate representation of color #E141AD: hue angle of 319.5º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E141AD is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB22565173-
CMYK00.710.230.12
HSL319.5º72.73%56.86%-
HSV(B)319.5º71.11%88.24%-
XYZ40.4822.8141.8-
YUV125.15155.01199.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.60%
GREEN value IS 65 (25.78% from 255) = 14.04%
BLUE value IS 173 (67.97% from 255) = 37.37%
R=48.60%
G=14.04%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256517300.710.230.12319.572.7356.86
HexE141AD04717C1404939
Octal3411012550107271450011171
Binary11100001100000110101101010001111011111001010000001001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E141AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E141AD; }

 p { color: rgb(225,65,173); }

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

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

 a { background-color: rgb(225,65,173); }

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

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

 span { border-color: rgb(225,65,173); }

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