#E471BA

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

Shades of Persian Pink #E471BA

Tints of Persian Pink #E471BA

Color information

#E471BA (or 0xE471BA) is unknown color: approx Persian Pink. HEX triplet: E4, 71 and BA. RGB value is (228,113,186). Sum of RGB (Red+Green+Blue) = 228+113+186=527 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.26% from 527); Green value is 113 (44.53% from 255 or 21.44% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 228 - color contains mainly: red. Hex color #E471BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E471BA is #1B8E45. Grayscale: #9B9B9B. Windows color (decimal): -1805894 or 12218852. OLE color: 12218852.

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

Color convert

RGB228113186-
CMYK00.500.180.11
HSL321.91º68.05%66.86%-
HSV(B)321.91º50.44%89.41%-
XYZ46.7631.8550.14-
YUV155.71145.1179.56-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.26%
GREEN value IS 113 (44.53% from 255) = 21.44%
BLUE value IS 186 (73.05% from 255) = 35.29%
R=43.26%
G=21.44%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811318600.500.180.11321.9168.0566.86
HexE471BA03212B1424443
Octal3441612720622213502104103
Binary11100100111000110111010011001010010101110100001010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E471BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E471BA; }

 p { color: rgb(228,113,186); }

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

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

 a { background-color: rgb(228,113,186); }

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

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

 span { border-color: rgb(228,113,186); }

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