#E475B2

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

Shades of Persian Pink #E475B2

Tints of Persian Pink #E475B2

Color information

#E475B2 (or 0xE475B2) is unknown color: approx Persian Pink. HEX triplet: E4, 75 and B2. RGB value is (228,117,178). Sum of RGB (Red+Green+Blue) = 228+117+178=523 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.59% from 523); Green value is 117 (46.09% from 255 or 22.37% from 523); Blue value is 178 (69.92% from 255 or 34.03% from 523); Max value from RGB is 228 - color contains mainly: red. Hex color #E475B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E475B2 is #1B8A4D. Grayscale: #9D9D9D. Windows color (decimal): -1804878 or 11695588. OLE color: 11695588.

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

Color convert

RGB228117178-
CMYK00.490.220.11
HSL327.03º67.27%67.65%-
HSV(B)327.03º48.68%89.41%-
XYZ46.3932.4345.93-
YUV157.14139.77178.54-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.59%
GREEN value IS 117 (46.09% from 255) = 22.37%
BLUE value IS 178 (69.92% from 255) = 34.03%
R=43.59%
G=22.37%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811717800.490.220.11327.0367.2767.65
HexE475B203116B1474344
Octal3441652620612613507103104
Binary11100100111010110110010011000110110101110100011110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E475B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E475B2; }

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

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

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

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

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

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

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

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