#E180BF

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

Shades of Persian Pink #E180BF

Tints of Persian Pink #E180BF

Color information

#E180BF (or 0xE180BF) is unknown color: approx Persian Pink. HEX triplet: E1, 80 and BF. RGB value is (225,128,191). Sum of RGB (Red+Green+Blue) = 225+128+191=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 128 (50.39% from 255 or 23.53% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E180BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E180BF is #1E7F40. Grayscale: #A4A4A4. Windows color (decimal): -1998657 or 12550369. OLE color: 12550369.

HSL color Cylindrical-coordinate representation of color #E180BF: hue angle of 321.03º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E180BF is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB225128191-
CMYK00.430.150.12
HSL321.03º61.78%69.22%-
HSV(B)321.03º43.11%88.24%-
XYZ48.1735.2153.55-
YUV164.18143.14171.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.36%
GREEN value IS 128 (50.39% from 255) = 23.53%
BLUE value IS 191 (75% from 255) = 35.11%
R=41.36%
G=23.53%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512819100.430.150.12321.0361.7869.22
HexE180BF02BFC1413e45
Octal341200277053171450176105
Binary1110000110000000101111110101011111111001010000011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E180BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E180BF; }

 p { color: rgb(225,128,191); }

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

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

 a { background-color: rgb(225,128,191); }

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

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

 span { border-color: rgb(225,128,191); }

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