#E475B9

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

Shades of Persian Pink #E475B9

Tints of Persian Pink #E475B9

Color information

#E475B9 (or 0xE475B9) is unknown color: approx Persian Pink. HEX triplet: E4, 75 and B9. RGB value is (228,117,185). Sum of RGB (Red+Green+Blue) = 228+117+185=530 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.02% from 530); Green value is 117 (46.09% from 255 or 22.08% from 530); Blue value is 185 (72.66% from 255 or 34.91% from 530); Max value from RGB is 228 - color contains mainly: red. Hex color #E475B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E475B9 is #1B8A46. Grayscale: #9D9D9D. Windows color (decimal): -1804871 or 12154340. OLE color: 12154340.

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

Color convert

RGB228117185-
CMYK00.490.190.11
HSL323.24º67.27%67.65%-
HSV(B)323.24º48.68%89.41%-
XYZ47.1132.7249.73-
YUV157.94143.27177.97-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.02%
GREEN value IS 117 (46.09% from 255) = 22.08%
BLUE value IS 185 (72.66% from 255) = 34.91%
R=43.02%
G=22.08%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811718500.490.190.11323.2467.2767.65
HexE475B903113B1434344
Octal3441652710612313503103104
Binary11100100111010110111001011000110011101110100001110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E475B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E475B9; }

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

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

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

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

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

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

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

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