Html Css Color HEX #E980B0 Persian Pink

📋 copy color: '#E980B0'

red 233 ◦ green 128 ◦ blue 176

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

Shades of Persian Pink #E980B0

Tints of Persian Pink #E980B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.77%

R = 43.39%
G = 23.84%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E980B0 (or 0xE980B0) is known color: Persian Pink. HEX triplet: E9, 80 and B0. RGB value is (233,128,176). Sum of RGB (Red+Green+Blue) = 233+128+176=537 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.39% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 176 (69.14% from 255 or 32.77% from 537); Max value from RGB is 233 - color contains mainly: red. Hex color #E980B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E980B0 is #167F4F. Grayscale: #A4A4A4. Windows color (decimal): -1474384 or 11567337. OLE color: 11567337.

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

Color convert

RGB 233 128 176 -
CMYK 0 0.45 0.24 0.09
HSL 332.57º 0.7% 0.71% -
HSV(B) 332.57º 0.45% 0.91% -
XYZ 49.16 35.9 45.41 -
YUV 164.87 134.29 176.6 -
System Red Green Blue C M Y K H S L
Decimal 233 128 176 0 0.45 0.24 0.09 332.57 0.7 0.71
Hex E9 80 B0 0 2D 18 9 14D 46 47
Octal 351 200 260 0 55 30 11 515 106 107
Binary 11101001 10000000 10110000 0 101101 11000 1001 101001101 1000110 1000111

Color Harmonies of #E980B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E980B0

Black with #E980B0

Text Example


Text Example

White with #E980B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E980B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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