#E071B1

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

Shades of Persian Pink #E071B1

Tints of Persian Pink #E071B1

Color information

#E071B1 (or 0xE071B1) is unknown color: approx Persian Pink. HEX triplet: E0, 71 and B1. RGB value is (224,113,177). Sum of RGB (Red+Green+Blue) = 224+113+177=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 177 (69.53% from 255 or 34.44% from 514); Max value from RGB is 224 - color contains mainly: red. Hex color #E071B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E071B1 is #1F8E4E. Grayscale: #999999. Windows color (decimal): -2068047 or 11629024. OLE color: 11629024.

HSL color Cylindrical-coordinate representation of color #E071B1: hue angle of 325.41º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E071B1 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB224113177-
CMYK00.500.210.12
HSL325.41º64.16%66.08%-
HSV(B)325.41º49.55%87.84%-
XYZ44.5830.8345.2-
YUV153.49141.27178.3-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.58%
GREEN value IS 113 (44.53% from 255) = 21.98%
BLUE value IS 177 (69.53% from 255) = 34.44%
R=43.58%
G=21.98%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411317700.500.210.12325.4164.1666.08
HexE071B103215C1454042
Octal3401612610622514505100102
Binary11100000111000110110001011001010101110010100010110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E071B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E071B1; }

 p { color: rgb(224,113,177); }

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

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

 a { background-color: rgb(224,113,177); }

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

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

 span { border-color: rgb(224,113,177); }

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