#E472BE

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

Shades of Persian Pink #E472BE

Tints of Persian Pink #E472BE

Color information

#E472BE (or 0xE472BE) is unknown color: approx Persian Pink. HEX triplet: E4, 72 and BE. RGB value is (228,114,190). Sum of RGB (Red+Green+Blue) = 228+114+190=532 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.86% from 532); Green value is 114 (44.92% from 255 or 21.43% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 228 - color contains mainly: red. Hex color #E472BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E472BE is #1B8D41. Grayscale: #9C9C9C. Windows color (decimal): -1805634 or 12481252. OLE color: 12481252.

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

Color convert

RGB228114190-
CMYK00.500.170.11
HSL320º67.86%67.06%-
HSV(B)320º50%89.41%-
XYZ47.3132.2552.45-
YUV156.75146.77178.82-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.86%
GREEN value IS 114 (44.92% from 255) = 21.43%
BLUE value IS 190 (74.61% from 255) = 35.71%
R=42.86%
G=21.43%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811419000.500.170.1132067.8667.06
HexE472BE03211B1404443
Octal3441622760622113500104103
Binary11100100111001010111110011001010001101110100000010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E472BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E472BE; }

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

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

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

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

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

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

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

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