Html Css Color HEX #E980BF Persian Pink

📋 copy color: '#E980BF'

red 233 ◦ green 128 ◦ blue 191

#E980BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #E980BF

Tints of Persian Pink #E980BF

RGB

 RED value IS 233 (91.41% from 255) = 42.21%

 GREEN value IS 128 (50.39% from 255) = 23.19%

 BLUE value IS 191 (75% from 255) = 34.6%

R = 42.21%
G = 23.19%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E980BF (or 0xE980BF) is known color: Persian Pink. HEX triplet: E9, 80 and BF. RGB value is (233,128,191). Sum of RGB (Red+Green+Blue) = 233+128+191=552 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.21% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 233 - color contains mainly: red. Hex color #E980BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E980BF is #167F40. Grayscale: #A6A6A6. Windows color (decimal): -1474369 or 12550377. OLE color: 12550377.

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

Color convert

RGB 233 128 191 -
CMYK 0 0.45 0.18 0.09
HSL 324º 0.7% 0.71% -
HSV(B) 324º 0.45% 0.91% -
XYZ 50.73 36.52 53.67 -
YUV 166.58 141.79 175.38 -
System Red Green Blue C M Y K H S L
Decimal 233 128 191 0 0.45 0.18 0.09 324 0.7 0.71
Hex E9 80 BF 0 2D 12 9 144 46 47
Octal 351 200 277 0 55 22 11 504 106 107
Binary 11101001 10000000 10111111 0 101101 10010 1001 101000100 1000110 1000111

Color Harmonies of #E980BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E980BF

Black with #E980BF

Text Example


Text Example

White with #E980BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E980BF; }

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

 H1.HeaderClassName
 {
   color: #E980BF;
 }
 .AnyTagClassName
 {
   color: #E980BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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