#E470BE

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

Shades of Persian Pink #E470BE

Tints of Persian Pink #E470BE

Color information

#E470BE (or 0xE470BE) is unknown color: approx Persian Pink. HEX triplet: E4, 70 and BE. RGB value is (228,112,190). Sum of RGB (Red+Green+Blue) = 228+112+190=530 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.02% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 228 - color contains mainly: red. Hex color #E470BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E470BE is #1B8F41. Grayscale: #9B9B9B. Windows color (decimal): -1806146 or 12480740. OLE color: 12480740.

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

Color convert

RGB228112190-
CMYK00.510.170.11
HSL319.66º68.24%66.67%-
HSV(B)319.66º50.88%89.41%-
XYZ47.0831.852.37-
YUV155.58147.43179.66-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.02%
GREEN value IS 112 (44.14% from 255) = 21.13%
BLUE value IS 190 (74.61% from 255) = 35.85%
R=43.02%
G=21.13%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811219000.510.170.11319.6668.2466.67
HexE470BE03311B1404443
Octal3441602760632113500104103
Binary11100100111000010111110011001110001101110100000010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E470BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E470BE; }

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

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

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

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

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

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

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

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