#E080BF

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

Shades of Persian Pink #E080BF

Tints of Persian Pink #E080BF

Color information

#E080BF (or 0xE080BF) is unknown color: approx Persian Pink. HEX triplet: E0, 80 and BF. RGB value is (224,128,191). Sum of RGB (Red+Green+Blue) = 224+128+191=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E080BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E080BF is #1F7F40. Grayscale: #A3A3A3. Windows color (decimal): -2064193 or 12550368. OLE color: 12550368.

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

Color convert

RGB224128191-
CMYK00.430.150.12
HSL320.62º60.76%69.02%-
HSV(B)320.62º42.86%87.84%-
XYZ47.8635.0553.53-
YUV163.89143.3170.88-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.25%
GREEN value IS 128 (50.39% from 255) = 23.57%
BLUE value IS 191 (75% from 255) = 35.17%
R=41.25%
G=23.57%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412819100.430.150.12320.6260.7669.02
HexE080BF02BFC1413d45
Octal340200277053171450175105
Binary1110000010000000101111110101011111111001010000011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E080BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E080BF; }

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

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

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

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

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

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

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

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