Html Css Color HEX #E980C0 Persian Pink

📋 copy color: '#E980C0'

red 233 ◦ green 128 ◦ blue 192

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

Shades of Persian Pink #E980C0

Tints of Persian Pink #E980C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.72%

R = 42.13%
G = 23.15%
B = 34.72%

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

#E980C0 (or 0xE980C0) is known color: Persian Pink. HEX triplet: E9, 80 and C0. RGB value is (233,128,192). Sum of RGB (Red+Green+Blue) = 233+128+192=553 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.13% from 553); Green value is 128 (50.39% from 255 or 23.15% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 233 - color contains mainly: red. Hex color #E980C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E980C0 is #167F3F. Grayscale: #A6A6A6. Windows color (decimal): -1474368 or 12615913. OLE color: 12615913.

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

Color convert

RGB 233 128 192 -
CMYK 0 0.45 0.18 0.09
HSL 323.43º 0.7% 0.71% -
HSV(B) 323.43º 0.45% 0.91% -
XYZ 50.84 36.57 54.25 -
YUV 166.69 142.29 175.3 -
System Red Green Blue C M Y K H S L
Decimal 233 128 192 0 0.45 0.18 0.09 323.43 0.7 0.71
Hex E9 80 C0 0 2D 12 9 143 46 47
Octal 351 200 300 0 55 22 11 503 106 107
Binary 11101001 10000000 11000000 0 101101 10010 1001 101000011 1000110 1000111

Color Harmonies of #E980C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E980C0

Black with #E980C0

Text Example


Text Example

White with #E980C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E980C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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