Html Css Color HEX #E778C9 Tea Rose

📋 copy color: '#E778C9'

red 231 ◦ green 120 ◦ blue 201

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

Shades of Tea Rose #E778C9

Tints of Tea Rose #E778C9

RGB

 RED value IS 231 (90.63% from 255) = 41.85%

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

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

R = 41.85%
G = 21.74%
B = 36.41%

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

#E778C9 (or 0xE778C9) is known color: Tea Rose. HEX triplet: E7, 78 and C9. RGB value is (231,120,201). Sum of RGB (Red+Green+Blue) = 231+120+201=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 120 (47.27% from 255 or 21.74% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 231 - color contains mainly: red. Hex color #E778C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E778C9 is #188736. Grayscale: #A2A2A2. Windows color (decimal): -1607479 or 13203687. OLE color: 13203687.

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

Color convert

RGB 231 120 201 -
CMYK 0 0.48 0.13 0.09
HSL 316.22º 0.7% 0.69% -
HSV(B) 316.22º 0.48% 0.91% -
XYZ 50.21 34.64 59.3 -
YUV 162.42 149.77 176.91 -
System Red Green Blue C M Y K H S L
Decimal 231 120 201 0 0.48 0.13 0.09 316.22 0.7 0.69
Hex E7 78 C9 0 30 D 9 13C 46 45
Octal 347 170 311 0 60 15 11 474 106 105
Binary 11100111 1111000 11001001 0 110000 1101 1001 100111100 1000110 1000101

Color Harmonies of #E778C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E778C9

Black with #E778C9

Text Example


Text Example

White with #E778C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E778C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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