#E871B4

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

Shades of Persian Pink #E871B4

Tints of Persian Pink #E871B4

Color information

#E871B4 (or 0xE871B4) is unknown color: approx Persian Pink. HEX triplet: E8, 71 and B4. RGB value is (232,113,180). Sum of RGB (Red+Green+Blue) = 232+113+180=525 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.19% from 525); Green value is 113 (44.53% from 255 or 21.52% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 232 - color contains mainly: red. Hex color #E871B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E871B4 is #178E4B. Grayscale: #9C9C9C. Windows color (decimal): -1543756 or 11825640. OLE color: 11825640.

HSL color Cylindrical-coordinate representation of color #E871B4: hue angle of 326.22º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E871B4 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB232113180-
CMYK00.510.220.09
HSL326.22º72.12%67.65%-
HSV(B)326.22º51.29%90.98%-
XYZ47.4232.2646.91-
YUV156.22141.42182.05-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.19%
GREEN value IS 113 (44.53% from 255) = 21.52%
BLUE value IS 180 (70.70% from 255) = 34.29%
R=44.19%
G=21.52%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211318000.510.220.09326.2272.1267.65
HexE871B40331691464844
Octal3501612640632611506110104
Binary11101000111000110110100011001110110100110100011010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E871B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E871B4; }

 p { color: rgb(232,113,180); }

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

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

 a { background-color: rgb(232,113,180); }

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

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

 span { border-color: rgb(232,113,180); }

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