#E982BB

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

Shades of Persian Pink #E982BB

Tints of Persian Pink #E982BB

Color information

#E982BB (or 0xE982BB) is unknown color: approx Persian Pink. HEX triplet: E9, 82 and BB. RGB value is (233,130,187). Sum of RGB (Red+Green+Blue) = 233+130+187=550 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.36% from 550); Green value is 130 (51.17% from 255 or 23.64% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 233 - color contains mainly: red. Hex color #E982BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E982BB is #167D44. Grayscale: #A7A7A7. Windows color (decimal): -1473861 or 12288745. OLE color: 12288745.

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

Color convert

RGB233130187-
CMYK00.440.200.09
HSL326.8º70.07%71.18%-
HSV(B)326.8º44.21%91.37%-
XYZ50.5636.8851.47-
YUV167.3139.12174.87-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.36%
GREEN value IS 130 (51.17% from 255) = 23.64%
BLUE value IS 187 (73.44% from 255) = 34%
R=42.36%
G=23.64%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313018700.440.200.09326.870.0771.18
HexE982BB02C1491474647
Octal3512022730542411507106107
Binary111010011000001010111011010110010100100110100011110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E982BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E982BB; }

 p { color: rgb(233,130,187); }

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

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

 a { background-color: rgb(233,130,187); }

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

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

 span { border-color: rgb(233,130,187); }

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