#E140AF

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

Shades of Persian Rose #E140AF

Tints of Persian Rose #E140AF

Color information

#E140AF (or 0xE140AF) is unknown color: approx Persian Rose. HEX triplet: E1, 40 and AF. RGB value is (225,64,175). Sum of RGB (Red+Green+Blue) = 225+64+175=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 64 (25.39% from 255 or 13.79% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E140AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E140AF is #1EBF50. Grayscale: #7C7C7C. Windows color (decimal): -2015057 or 11485409. OLE color: 11485409.

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

Color convert

RGB22564175-
CMYK00.720.220.12
HSL318.63º72.85%56.67%-
HSV(B)318.63º71.56%88.24%-
XYZ40.6222.7742.81-
YUV124.79156.34199.47-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.49%
GREEN value IS 64 (25.39% from 255) = 13.79%
BLUE value IS 175 (68.75% from 255) = 37.72%
R=48.49%
G=13.79%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256417500.720.220.12318.6372.8556.67
HexE140AF04816C13f4939
Octal3411002570110261447711171
Binary11100001100000010101111010010001011011001001111111001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E140AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E140AF; }

 p { color: rgb(225,64,175); }

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

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

 a { background-color: rgb(225,64,175); }

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

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

 span { border-color: rgb(225,64,175); }

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