#E475BD

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

Shades of Persian Pink #E475BD

Tints of Persian Pink #E475BD

Color information

#E475BD (or 0xE475BD) is unknown color: approx Persian Pink. HEX triplet: E4, 75 and BD. RGB value is (228,117,189). Sum of RGB (Red+Green+Blue) = 228+117+189=534 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.70% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 228 - color contains mainly: red. Hex color #E475BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E475BD is #1B8A42. Grayscale: #9E9E9E. Windows color (decimal): -1804867 or 12416484. OLE color: 12416484.

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

Color convert

RGB228117189-
CMYK00.490.170.11
HSL321.08º67.27%67.65%-
HSV(B)321.08º48.68%89.41%-
XYZ47.5432.8951.99-
YUV158.4145.27177.65-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.70%
GREEN value IS 117 (46.09% from 255) = 21.91%
BLUE value IS 189 (74.22% from 255) = 35.39%
R=42.70%
G=21.91%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811718900.490.170.11321.0867.2767.65
HexE475BD03111B1414344
Octal3441652750612113501103104
Binary11100100111010110111101011000110001101110100000110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E475BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E475BD; }

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

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

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

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

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

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

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

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