#E071B2

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

Shades of Persian Pink #E071B2

Tints of Persian Pink #E071B2

Color information

#E071B2 (or 0xE071B2) is unknown color: approx Persian Pink. HEX triplet: E0, 71 and B2. RGB value is (224,113,178). Sum of RGB (Red+Green+Blue) = 224+113+178=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 113 (44.53% from 255 or 21.94% from 515); Blue value is 178 (69.92% from 255 or 34.56% from 515); Max value from RGB is 224 - color contains mainly: red. Hex color #E071B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E071B2 is #1F8E4D. Grayscale: #999999. Windows color (decimal): -2068046 or 11694560. OLE color: 11694560.

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

Color convert

RGB224113178-
CMYK00.500.210.12
HSL324.86º64.16%66.08%-
HSV(B)324.86º49.55%87.84%-
XYZ44.6830.8745.72-
YUV153.6141.77178.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.50%
GREEN value IS 113 (44.53% from 255) = 21.94%
BLUE value IS 178 (69.92% from 255) = 34.56%
R=43.50%
G=21.94%
B=34.56%

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
Decimal22411317800.500.210.12324.8664.1666.08
HexE071B203215C1454042
Octal3401612620622514505100102
Binary11100000111000110110010011001010101110010100010110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E071B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E071B2; }

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

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

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

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

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

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

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

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