#E371AE

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

Shades of Persian Pink #E371AE

Tints of Persian Pink #E371AE

Color information

#E371AE (or 0xE371AE) is unknown color: approx Persian Pink. HEX triplet: E3, 71 and AE. RGB value is (227,113,174). Sum of RGB (Red+Green+Blue) = 227+113+174=514 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.16% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 174 (68.36% from 255 or 33.85% from 514); Max value from RGB is 227 - color contains mainly: red. Hex color #E371AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E371AE is #1C8E51. Grayscale: #999999. Windows color (decimal): -1871442 or 11432419. OLE color: 11432419.

HSL color Cylindrical-coordinate representation of color #E371AE: hue angle of 327.89º 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 #E371AE is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB227113174-
CMYK00.500.230.11
HSL327.89º67.06%66.67%-
HSV(B)327.89º50.22%89.02%-
XYZ45.2231.243.68-
YUV154.04139.27180.04-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.16%
GREEN value IS 113 (44.53% from 255) = 21.98%
BLUE value IS 174 (68.36% from 255) = 33.85%
R=44.16%
G=21.98%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711317400.500.230.11327.8967.0666.67
HexE371AE03217B1484343
Octal3431612560622713510103103
Binary11100011111000110101110011001010111101110100100010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E371AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E371AE; }

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

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

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

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

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

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

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

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