#E180B3

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

Shades of Persian Pink #E180B3

Tints of Persian Pink #E180B3

Color information

#E180B3 (or 0xE180B3) is unknown color: approx Persian Pink. HEX triplet: E1, 80 and B3. RGB value is (225,128,179). Sum of RGB (Red+Green+Blue) = 225+128+179=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 128 (50.39% from 255 or 24.06% from 532); Blue value is 179 (70.31% from 255 or 33.65% from 532); Max value from RGB is 225 - color contains mainly: red. Hex color #E180B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E180B3 is #1E7F4C. Grayscale: #A2A2A2. Windows color (decimal): -1998669 or 11763937. OLE color: 11763937.

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

Color convert

RGB225128179-
CMYK00.430.200.12
HSL328.45º61.78%69.22%-
HSV(B)328.45º43.11%88.24%-
XYZ46.9134.746.87-
YUV162.82137.14172.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.29%
GREEN value IS 128 (50.39% from 255) = 24.06%
BLUE value IS 179 (70.31% from 255) = 33.65%
R=42.29%
G=24.06%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512817900.430.200.12328.4561.7869.22
HexE180B302B14C1483e45
Octal341200263053241451076105
Binary11100001100000001011001101010111010011001010010001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E180B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E180B3; }

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

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

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

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

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

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

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

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