Html Css Color HEX #E980C5 Tea Rose

📋 copy color: '#E980C5'

red 233 ◦ green 128 ◦ blue 197

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

Shades of Tea Rose #E980C5

Tints of Tea Rose #E980C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.3%

R = 41.76%
G = 22.94%
B = 35.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#E980C5 (or 0xE980C5) is known color: Tea Rose. HEX triplet: E9, 80 and C5. RGB value is (233,128,197). Sum of RGB (Red+Green+Blue) = 233+128+197=558 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.76% from 558); Green value is 128 (50.39% from 255 or 22.94% from 558); Blue value is 197 (77.34% from 255 or 35.30% from 558); Max value from RGB is 233 - color contains mainly: red. Hex color #E980C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E980C5 is #167F3A. Grayscale: #A7A7A7. Windows color (decimal): -1474363 or 12943593. OLE color: 12943593.

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

Color convert

RGB 233 128 197 -
CMYK 0 0.45 0.15 0.09
HSL 320.57º 0.7% 0.71% -
HSV(B) 320.57º 0.45% 0.91% -
XYZ 51.4 36.79 57.22 -
YUV 167.26 144.79 174.89 -
System Red Green Blue C M Y K H S L
Decimal 233 128 197 0 0.45 0.15 0.09 320.57 0.7 0.71
Hex E9 80 C5 0 2D F 9 141 46 47
Octal 351 200 305 0 55 17 11 501 106 107
Binary 11101001 10000000 11000101 0 101101 1111 1001 101000001 1000110 1000111

Color Harmonies of #E980C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E980C5

Black with #E980C5

Text Example


Text Example

White with #E980C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E980C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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