#E073B9

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

Shades of Persian Pink #E073B9

Tints of Persian Pink #E073B9

Color information

#E073B9 (or 0xE073B9) is unknown color: approx Persian Pink. HEX triplet: E0, 73 and B9. RGB value is (224,115,185). Sum of RGB (Red+Green+Blue) = 224+115+185=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 115 (45.31% from 255 or 21.95% from 524); Blue value is 185 (72.66% from 255 or 35.31% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E073B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E073B9 is #1F8C46. Grayscale: #9B9B9B. Windows color (decimal): -2067527 or 12153824. OLE color: 12153824.

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

Color convert

RGB224115185-
CMYK00.490.170.12
HSL321.47º63.74%66.47%-
HSV(B)321.47º48.66%87.84%-
XYZ45.6331.6149.6-
YUV155.57144.61176.81-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.75%
GREEN value IS 115 (45.31% from 255) = 21.95%
BLUE value IS 185 (72.66% from 255) = 35.31%
R=42.75%
G=21.95%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411518500.490.170.12321.4763.7466.47
HexE073B903111C1414042
Octal3401632710612114501100102
Binary11100000111001110111001011000110001110010100000110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E073B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E073B9; }

 p { color: rgb(224,115,185); }

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

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

 a { background-color: rgb(224,115,185); }

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

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

 span { border-color: rgb(224,115,185); }

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