#e471c0

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

Shades of Persian Pink #E471C0

Tints of Persian Pink #E471C0

Color information

#E471C0 (or 0xE471C0) is unknown color: approx Persian Pink. HEX triplet: E4, 71 and C0. RGB value is (228,113,192). Sum of RGB (Red+Green+Blue) = 228+113+192=533 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.78% from 533); Green value is 113 (44.53% from 255 or 21.20% from 533); Blue value is 192 (75.39% from 255 or 36.02% from 533); Max value from RGB is 228 - color contains mainly: red. Hex color #E471C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E471C0 is #1B8E3F. Grayscale: #9C9C9C. Windows color (decimal): -1805888 or 12612068. OLE color: 12612068.

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

Color convert

RGB228113192-
CMYK00.500.160.11
HSL318.78º68.05%66.86%-
HSV(B)318.78º50.44%89.41%-
XYZ47.4132.1153.57-
YUV156.39148.1179.08-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.78%
GREEN value IS 113 (44.53% from 255) = 21.20%
BLUE value IS 192 (75.39% from 255) = 36.02%
R=42.78%
G=21.20%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811319200.500.160.11318.7868.0566.86
HexE471C003210B13f4443
Octal3441613000622013477104103
Binary11100100111000111000000011001010000101110011111110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e471c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e471c0; }

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

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

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

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

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

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

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

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