Html Css Color HEX #E978CA Tea Rose

📋 copy color: '#E978CA'

red 233 ◦ green 120 ◦ blue 202

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

Shades of Tea Rose #E978CA

Tints of Tea Rose #E978CA

RGB

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

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

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

R = 41.98%
G = 21.62%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E978CA (or 0xE978CA) is known color: Tea Rose. HEX triplet: E9, 78 and CA. RGB value is (233,120,202). Sum of RGB (Red+Green+Blue) = 233+120+202=555 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.98% from 555); Green value is 120 (47.27% from 255 or 21.62% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 233 - color contains mainly: red. Hex color #E978CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E978CA is #168735. Grayscale: #A2A2A2. Windows color (decimal): -1476406 or 13269225. OLE color: 13269225.

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

Color convert

RGB 233 120 202 -
CMYK 0 0.48 0.13 0.09
HSL 316.46º 0.72% 0.69% -
HSV(B) 316.46º 0.48% 0.91% -
XYZ 50.98 35.02 59.95 -
YUV 163.14 149.94 177.83 -
System Red Green Blue C M Y K H S L
Decimal 233 120 202 0 0.48 0.13 0.09 316.46 0.72 0.69
Hex E9 78 CA 0 30 D 9 13C 48 45
Octal 351 170 312 0 60 15 11 474 110 105
Binary 11101001 1111000 11001010 0 110000 1101 1001 100111100 1001000 1000101

Color Harmonies of #E978CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E978CA

Black with #E978CA

Text Example


Text Example

White with #E978CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E978CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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