#E475C4

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

Shades of Persian Pink #E475C4

Tints of Persian Pink #E475C4

Color information

#E475C4 (or 0xE475C4) is unknown color: approx Persian Pink. HEX triplet: E4, 75 and C4. RGB value is (228,117,196). Sum of RGB (Red+Green+Blue) = 228+117+196=541 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.14% from 541); Green value is 117 (46.09% from 255 or 21.63% from 541); Blue value is 196 (76.95% from 255 or 36.23% from 541); Max value from RGB is 228 - color contains mainly: red. Hex color #E475C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E475C4 is #1B8A3B. Grayscale: #9E9E9E. Windows color (decimal): -1804860 or 12875236. OLE color: 12875236.

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

Color convert

RGB228117196-
CMYK00.490.140.11
HSL317.3º67.27%67.65%-
HSV(B)317.3º48.68%89.41%-
XYZ48.3233.256.09-
YUV159.2148.77177.08-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.14%
GREEN value IS 117 (46.09% from 255) = 21.63%
BLUE value IS 196 (76.95% from 255) = 36.23%
R=42.14%
G=21.63%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811719600.490.140.11317.367.2767.65
HexE475C4031EB13d4344
Octal3441653040611613475103104
Binary1110010011101011100010001100011110101110011110110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E475C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E475C4; }

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

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

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

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

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

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

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

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