#E982BC

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

Shades of Persian Pink #E982BC

Tints of Persian Pink #E982BC

Color information

#E982BC (or 0xE982BC) is unknown color: approx Persian Pink. HEX triplet: E9, 82 and BC. RGB value is (233,130,188). Sum of RGB (Red+Green+Blue) = 233+130+188=551 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.29% from 551); Green value is 130 (51.17% from 255 or 23.59% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 233 - color contains mainly: red. Hex color #E982BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E982BC is #167D43. Grayscale: #A7A7A7. Windows color (decimal): -1473860 or 12354281. OLE color: 12354281.

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

Color convert

RGB233130188-
CMYK00.440.190.09
HSL326.21º70.07%71.18%-
HSV(B)326.21º44.21%91.37%-
XYZ50.6636.9252.03-
YUV167.41139.62174.78-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.29%
GREEN value IS 130 (51.17% from 255) = 23.59%
BLUE value IS 188 (73.83% from 255) = 34.12%
R=42.29%
G=23.59%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313018800.440.190.09326.2170.0771.18
HexE982BC02C1391464647
Octal3512022740542311506106107
Binary111010011000001010111100010110010011100110100011010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E982BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E982BC; }

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

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

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

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

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

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

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

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