#E475C0

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

Shades of Persian Pink #E475C0

Tints of Persian Pink #E475C0

Color information

#E475C0 (or 0xE475C0) is unknown color: approx Persian Pink. HEX triplet: E4, 75 and C0. RGB value is (228,117,192). Sum of RGB (Red+Green+Blue) = 228+117+192=537 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.46% from 537); Green value is 117 (46.09% from 255 or 21.79% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 228 - color contains mainly: red. Hex color #E475C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E475C0 is #1B8A3F. Grayscale: #9E9E9E. Windows color (decimal): -1804864 or 12613092. OLE color: 12613092.

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

Color convert

RGB228117192-
CMYK00.490.160.11
HSL319.46º67.27%67.65%-
HSV(B)319.46º48.68%89.41%-
XYZ47.8733.0253.72-
YUV158.74146.77177.4-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.46%
GREEN value IS 117 (46.09% from 255) = 21.79%
BLUE value IS 192 (75.39% from 255) = 35.75%
R=42.46%
G=21.79%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811719200.490.160.11319.4667.2767.65
HexE475C003110B13f4344
Octal3441653000612013477103104
Binary11100100111010111000000011000110000101110011111110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E475C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E475C0; }

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

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

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

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

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

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

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

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