#E984BA

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

Shades of Persian Pink #E984BA

Tints of Persian Pink #E984BA

Color information

#E984BA (or 0xE984BA) is unknown color: approx Persian Pink. HEX triplet: E9, 84 and BA. RGB value is (233,132,186). Sum of RGB (Red+Green+Blue) = 233+132+186=551 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.29% from 551); Green value is 132 (51.95% from 255 or 23.96% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 233 - color contains mainly: red. Hex color #E984BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E984BA is #167B45. Grayscale: #A8A8A8. Windows color (decimal): -1473350 or 12223721. OLE color: 12223721.

HSL color Cylindrical-coordinate representation of color #E984BA: hue angle of 327.92º 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 #E984BA is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB233132186-
CMYK00.430.200.09
HSL327.92º69.66%71.57%-
HSV(B)327.92º43.35%91.37%-
XYZ50.7237.3750.99-
YUV168.36137.96174.11-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.29%
GREEN value IS 132 (51.95% from 255) = 23.96%
BLUE value IS 186 (73.05% from 255) = 33.76%
R=42.29%
G=23.96%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313218600.430.200.09327.9269.6671.57
HexE984BA02B1491484648
Octal3512042720532411510106110
Binary111010011000010010111010010101110100100110100100010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E984BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E984BA; }

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

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

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

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

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

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

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

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