#E073B8

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

Shades of Persian Pink #E073B8

Tints of Persian Pink #E073B8

Color information

#E073B8 (or 0xE073B8) is unknown color: approx Persian Pink. HEX triplet: E0, 73 and B8. RGB value is (224,115,184). Sum of RGB (Red+Green+Blue) = 224+115+184=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 115 (45.31% from 255 or 21.99% from 523); Blue value is 184 (72.27% from 255 or 35.18% from 523); Max value from RGB is 224 - color contains mainly: red. Hex color #E073B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E073B8 is #1F8C47. Grayscale: #9B9B9B. Windows color (decimal): -2067528 or 12088288. OLE color: 12088288.

HSL color Cylindrical-coordinate representation of color #E073B8: hue angle of 322.02º 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 #E073B8 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB224115184-
CMYK00.490.180.12
HSL322.02º63.74%66.47%-
HSV(B)322.02º48.66%87.84%-
XYZ45.5231.5749.04-
YUV155.46144.11176.89-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.83%
GREEN value IS 115 (45.31% from 255) = 21.99%
BLUE value IS 184 (72.27% from 255) = 35.18%
R=42.83%
G=21.99%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411518400.490.180.12322.0263.7466.47
HexE073B803112C1424042
Octal3401632700612214502100102
Binary11100000111001110111000011000110010110010100001010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E073B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E073B8; }

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

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

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

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

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

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

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

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