#E084BF

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

Shades of Persian Pink #E084BF

Tints of Persian Pink #E084BF

Color information

#E084BF (or 0xE084BF) is unknown color: approx Persian Pink. HEX triplet: E0, 84 and BF. RGB value is (224,132,191). Sum of RGB (Red+Green+Blue) = 224+132+191=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E084BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E084BF is #1F7B40. Grayscale: #A6A6A6. Windows color (decimal): -2063169 or 12551392. OLE color: 12551392.

HSL color Cylindrical-coordinate representation of color #E084BF: hue angle of 321.52º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E084BF is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB224132191-
CMYK00.410.150.12
HSL321.52º59.74%69.8%-
HSV(B)321.52º41.07%87.84%-
XYZ48.436.1153.71-
YUV166.23141.98169.2-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.95%
GREEN value IS 132 (51.95% from 255) = 24.13%
BLUE value IS 191 (75% from 255) = 34.92%
R=40.95%
G=24.13%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413219100.410.150.12321.5259.7469.8
HexE084BF029FC1423c46
Octal340204277051171450274106
Binary1110000010000100101111110101001111111001010000101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E084BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E084BF; }

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

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

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

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

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

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

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

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