Html Css Color HEX #E980CA Tea Rose

📋 copy color: '#E980CA'

red 233 ◦ green 128 ◦ blue 202

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

Shades of Tea Rose #E980CA

Tints of Tea Rose #E980CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.88%

R = 41.39%
G = 22.74%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E980CA (or 0xE980CA) is known color: Tea Rose. HEX triplet: E9, 80 and CA. RGB value is (233,128,202). Sum of RGB (Red+Green+Blue) = 233+128+202=563 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.39% from 563); Green value is 128 (50.39% from 255 or 22.74% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 233 - color contains mainly: red. Hex color #E980CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E980CA is #167F35. Grayscale: #A7A7A7. Windows color (decimal): -1474358 or 13271273. OLE color: 13271273.

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

Color convert

RGB 233 128 202 -
CMYK 0 0.45 0.13 0.09
HSL 317.71º 0.7% 0.71% -
HSV(B) 317.71º 0.45% 0.91% -
XYZ 51.98 37.03 60.28 -
YUV 167.83 147.29 174.48 -
System Red Green Blue C M Y K H S L
Decimal 233 128 202 0 0.45 0.13 0.09 317.71 0.7 0.71
Hex E9 80 CA 0 2D D 9 13E 46 47
Octal 351 200 312 0 55 15 11 476 106 107
Binary 11101001 10000000 11001010 0 101101 1101 1001 100111110 1000110 1000111

Color Harmonies of #E980CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E980CA

Black with #E980CA

Text Example


Text Example

White with #E980CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E980CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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