#E371AD

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

Shades of Persian Pink #E371AD

Tints of Persian Pink #E371AD

Color information

#E371AD (or 0xE371AD) is unknown color: approx Persian Pink. HEX triplet: E3, 71 and AD. RGB value is (227,113,173). Sum of RGB (Red+Green+Blue) = 227+113+173=513 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.25% from 513); Green value is 113 (44.53% from 255 or 22.03% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 227 - color contains mainly: red. Hex color #E371AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E371AD is #1C8E52. Grayscale: #999999. Windows color (decimal): -1871443 or 11366883. OLE color: 11366883.

HSL color Cylindrical-coordinate representation of color #E371AD: hue angle of 328.42º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E371AD is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB227113173-
CMYK00.500.240.11
HSL328.42º67.06%66.67%-
HSV(B)328.42º50.22%89.02%-
XYZ45.1331.1643.17-
YUV153.93138.77180.12-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.25%
GREEN value IS 113 (44.53% from 255) = 22.03%
BLUE value IS 173 (67.97% from 255) = 33.72%
R=44.25%
G=22.03%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711317300.500.240.11328.4267.0666.67
HexE371AD03218B1484343
Octal3431612550623013510103103
Binary11100011111000110101101011001011000101110100100010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E371AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E371AD; }

 p { color: rgb(227,113,173); }

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

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

 a { background-color: rgb(227,113,173); }

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

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

 span { border-color: rgb(227,113,173); }

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