#E470C0

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

Shades of Persian Pink #E470C0

Tints of Persian Pink #E470C0

Color information

#E470C0 (or 0xE470C0) is unknown color: approx Persian Pink. HEX triplet: E4, 70 and C0. RGB value is (228,112,192). Sum of RGB (Red+Green+Blue) = 228+112+192=532 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.86% from 532); Green value is 112 (44.14% from 255 or 21.05% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 228 - color contains mainly: red. Hex color #E470C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E470C0 is #1B8F3F. Grayscale: #9B9B9B. Windows color (decimal): -1806144 or 12611812. OLE color: 12611812.

HSL color Cylindrical-coordinate representation of color #E470C0: hue angle of 318.62º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E470C0 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB228112192-
CMYK00.510.160.11
HSL318.62º68.24%66.67%-
HSV(B)318.62º50.88%89.41%-
XYZ47.331.8953.53-
YUV155.8148.43179.5-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.86%
GREEN value IS 112 (44.14% from 255) = 21.05%
BLUE value IS 192 (75.39% from 255) = 36.09%
R=42.86%
G=21.05%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811219200.510.160.11318.6268.2466.67
HexE470C003310B13f4443
Octal3441603000632013477104103
Binary11100100111000011000000011001110000101110011111110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E470C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E470C0; }

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

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

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

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

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

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

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

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