#E984B3

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

Shades of Persian Pink #E984B3

Tints of Persian Pink #E984B3

Color information

#E984B3 (or 0xE984B3) is unknown color: approx Persian Pink. HEX triplet: E9, 84 and B3. RGB value is (233,132,179). Sum of RGB (Red+Green+Blue) = 233+132+179=544 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.83% from 544); Green value is 132 (51.95% from 255 or 24.26% from 544); Blue value is 179 (70.31% from 255 or 32.90% from 544); Max value from RGB is 233 - color contains mainly: red. Hex color #E984B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E984B3 is #167B4C. Grayscale: #A7A7A7. Windows color (decimal): -1473357 or 11764969. OLE color: 11764969.

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

Color convert

RGB233132179-
CMYK00.430.230.09
HSL332.08º69.66%71.57%-
HSV(B)332.08º43.35%91.37%-
XYZ49.9937.0847.17-
YUV167.56134.46174.68-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.83%
GREEN value IS 132 (51.95% from 255) = 24.26%
BLUE value IS 179 (70.31% from 255) = 32.90%
R=42.83%
G=24.26%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313217900.430.230.09332.0869.6671.57
HexE984B302B17914c4648
Octal3512042630532711514106110
Binary111010011000010010110011010101110111100110100110010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E984B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E984B3; }

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

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

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

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

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

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

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

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