Html Css Color HEX #E978C9 Tea Rose

📋 copy color: '#E978C9'

red 233 ◦ green 120 ◦ blue 201

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

Shades of Tea Rose #E978C9

Tints of Tea Rose #E978C9

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.66%

 BLUE value IS 201 (78.91% from 255) = 36.28%

R = 42.06%
G = 21.66%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#E978C9 (or 0xE978C9) is known color: Tea Rose. HEX triplet: E9, 78 and C9. RGB value is (233,120,201). Sum of RGB (Red+Green+Blue) = 233+120+201=554 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.06% from 554); Green value is 120 (47.27% from 255 or 21.66% from 554); Blue value is 201 (78.91% from 255 or 36.28% from 554); Max value from RGB is 233 - color contains mainly: red. Hex color #E978C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E978C9 is #168736. Grayscale: #A2A2A2. Windows color (decimal): -1476407 or 13203689. OLE color: 13203689.

HSL color Cylindrical-coordinate representation of color #E978C9: hue angle of 316.99º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E978C9 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 120 201 -
CMYK 0 0.48 0.14 0.09
HSL 316.99º 0.72% 0.69% -
HSV(B) 316.99º 0.48% 0.91% -
XYZ 50.86 34.97 59.33 -
YUV 163.02 149.44 177.91 -
System Red Green Blue C M Y K H S L
Decimal 233 120 201 0 0.48 0.14 0.09 316.99 0.72 0.69
Hex E9 78 C9 0 30 E 9 13D 48 45
Octal 351 170 311 0 60 16 11 475 110 105
Binary 11101001 1111000 11001001 0 110000 1110 1001 100111101 1001000 1000101

Color Harmonies of #E978C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E978C9

Black with #E978C9

Text Example


Text Example

White with #E978C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E978C9; }

 p { color: rgb(233,120,201); }

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

background-color css

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

 a { background-color: rgb(233,120,201); }

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

border-color css

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

 span { border-color: rgb(233,120,201); }

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