#E980B2

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

Shades of Persian Pink #E980B2

Tints of Persian Pink #E980B2

Color information

#E980B2 (or 0xE980B2) is unknown color: approx Persian Pink. HEX triplet: E9, 80 and B2. RGB value is (233,128,178). Sum of RGB (Red+Green+Blue) = 233+128+178=539 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.23% from 539); Green value is 128 (50.39% from 255 or 23.75% from 539); Blue value is 178 (69.92% from 255 or 33.02% from 539); Max value from RGB is 233 - color contains mainly: red. Hex color #E980B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E980B2 is #167F4D. Grayscale: #A5A5A5. Windows color (decimal): -1474382 or 11698409. OLE color: 11698409.

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

Color convert

RGB233128178-
CMYK00.450.240.09
HSL331.43º70.47%70.78%-
HSV(B)331.43º45.06%91.37%-
XYZ49.3635.9846.46-
YUV165.1135.29176.43-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.23%
GREEN value IS 128 (50.39% from 255) = 23.75%
BLUE value IS 178 (69.92% from 255) = 33.02%
R=43.23%
G=23.75%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312817800.450.240.09331.4370.4770.78
HexE980B202D18914b4647
Octal3512002620553011513106107
Binary111010011000000010110010010110111000100110100101110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E980B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E980B2; }

 p { color: rgb(233,128,178); }

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

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

 a { background-color: rgb(233,128,178); }

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

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

 span { border-color: rgb(233,128,178); }

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