#E078BA

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

Shades of Persian Pink #E078BA

Tints of Persian Pink #E078BA

Color information

#E078BA (or 0xE078BA) is unknown color: approx Persian Pink. HEX triplet: E0, 78 and BA. RGB value is (224,120,186). Sum of RGB (Red+Green+Blue) = 224+120+186=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 120 (47.27% from 255 or 22.64% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E078BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E078BA is #1F8745. Grayscale: #9E9E9E. Windows color (decimal): -2066246 or 12220640. OLE color: 12220640.

HSL color Cylindrical-coordinate representation of color #E078BA: hue angle of 321.92º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E078BA is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB224120186-
CMYK00.460.170.12
HSL321.92º62.65%67.45%-
HSV(B)321.92º46.43%87.84%-
XYZ46.3232.8350.35-
YUV158.62143.46174.63-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.26%
GREEN value IS 120 (47.27% from 255) = 22.64%
BLUE value IS 186 (73.05% from 255) = 35.09%
R=42.26%
G=22.64%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412018600.460.170.12321.9262.6567.45
HexE078BA02E11C1423f43
Octal340170272056211450277103
Binary1110000011110001011101001011101000111001010000101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E078BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E078BA; }

 p { color: rgb(224,120,186); }

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

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

 a { background-color: rgb(224,120,186); }

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

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

 span { border-color: rgb(224,120,186); }

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