#E971B4

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

Shades of Persian Pink #E971B4

Tints of Persian Pink #E971B4

Color information

#E971B4 (or 0xE971B4) is unknown color: approx Persian Pink. HEX triplet: E9, 71 and B4. RGB value is (233,113,180). Sum of RGB (Red+Green+Blue) = 233+113+180=526 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.30% from 526); Green value is 113 (44.53% from 255 or 21.48% from 526); Blue value is 180 (70.70% from 255 or 34.22% from 526); Max value from RGB is 233 - color contains mainly: red. Hex color #E971B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E971B4 is #168E4B. Grayscale: #9C9C9C. Windows color (decimal): -1478220 or 11825641. OLE color: 11825641.

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

Color convert

RGB233113180-
CMYK00.520.230.09
HSL326.5º73.17%67.84%-
HSV(B)326.5º51.5%91.37%-
XYZ47.7532.4346.92-
YUV156.52141.26182.55-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.30%
GREEN value IS 113 (44.53% from 255) = 21.48%
BLUE value IS 180 (70.70% from 255) = 34.22%
R=44.30%
G=21.48%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311318000.520.230.09326.573.1767.84
HexE971B40341791464944
Octal3511612640642711506111104
Binary11101001111000110110100011010010111100110100011010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E971B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E971B4; }

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

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

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

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

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

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

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

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