#E073BF

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

Shades of Persian Pink #E073BF

Tints of Persian Pink #E073BF

Color information

#E073BF (or 0xE073BF) is unknown color: approx Persian Pink. HEX triplet: E0, 73 and BF. RGB value is (224,115,191). Sum of RGB (Red+Green+Blue) = 224+115+191=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 115 (45.31% from 255 or 21.70% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E073BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E073BF is #1F8C40. Grayscale: #9C9C9C. Windows color (decimal): -2067521 or 12547040. OLE color: 12547040.

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

Color convert

RGB224115191-
CMYK00.490.150.12
HSL318.17º63.74%66.47%-
HSV(B)318.17º48.66%87.84%-
XYZ46.2831.8753-
YUV156.26147.61176.32-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.26%
GREEN value IS 115 (45.31% from 255) = 21.70%
BLUE value IS 191 (75% from 255) = 36.04%
R=42.26%
G=21.70%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411519100.490.150.12318.1763.7466.47
HexE073BF031FC13e4042
Octal3401632770611714476100102
Binary1110000011100111011111101100011111110010011111010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E073BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E073BF; }

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

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

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

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

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

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

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

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