#E472B3

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

Shades of Persian Pink #E472B3

Tints of Persian Pink #E472B3

Color information

#E472B3 (or 0xE472B3) is unknown color: approx Persian Pink. HEX triplet: E4, 72 and B3. RGB value is (228,114,179). Sum of RGB (Red+Green+Blue) = 228+114+179=521 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.76% from 521); Green value is 114 (44.92% from 255 or 21.88% from 521); Blue value is 179 (70.31% from 255 or 34.36% from 521); Max value from RGB is 228 - color contains mainly: red. Hex color #E472B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E472B3 is #1B8D4C. Grayscale: #9B9B9B. Windows color (decimal): -1805645 or 11760356. OLE color: 11760356.

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

Color convert

RGB228114179-
CMYK00.500.210.11
HSL325.79º67.86%67.06%-
HSV(B)325.79º50%89.41%-
XYZ46.1531.7846.35-
YUV155.5141.27179.71-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.76%
GREEN value IS 114 (44.92% from 255) = 21.88%
BLUE value IS 179 (70.31% from 255) = 34.36%
R=43.76%
G=21.88%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811417900.500.210.11325.7967.8667.06
HexE472B303215B1464443
Octal3441622630622513506104103
Binary11100100111001010110011011001010101101110100011010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E472B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E472B3; }

 p { color: rgb(228,114,179); }

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

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

 a { background-color: rgb(228,114,179); }

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

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

 span { border-color: rgb(228,114,179); }

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