#E984BC

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

Shades of Persian Pink #E984BC

Tints of Persian Pink #E984BC

Color information

#E984BC (or 0xE984BC) is unknown color: approx Persian Pink. HEX triplet: E9, 84 and BC. RGB value is (233,132,188). Sum of RGB (Red+Green+Blue) = 233+132+188=553 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.13% from 553); Green value is 132 (51.95% from 255 or 23.87% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 233 - color contains mainly: red. Hex color #E984BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E984BC is #167B43. Grayscale: #A8A8A8. Windows color (decimal): -1473348 or 12354793. OLE color: 12354793.

HSL color Cylindrical-coordinate representation of color #E984BC: hue angle of 326.73º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E984BC is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB233132188-
CMYK00.430.190.09
HSL326.73º69.66%71.57%-
HSV(B)326.73º43.35%91.37%-
XYZ50.9337.4652.12-
YUV168.58138.96173.95-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.13%
GREEN value IS 132 (51.95% from 255) = 23.87%
BLUE value IS 188 (73.83% from 255) = 34.00%
R=42.13%
G=23.87%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313218800.430.190.09326.7369.6671.57
HexE984BC02B1391474648
Octal3512042740532311507106110
Binary111010011000010010111100010101110011100110100011110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E984BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E984BC; }

 p { color: rgb(233,132,188); }

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

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

 a { background-color: rgb(233,132,188); }

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

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

 span { border-color: rgb(233,132,188); }

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