Html Css Color HEX #E780CE Tea Rose

📋 copy color: '#E780CE'

red 231 ◦ green 128 ◦ blue 206

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

Shades of Tea Rose #E780CE

Tints of Tea Rose #E780CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.46%

R = 40.88%
G = 22.65%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E780CE (or 0xE780CE) is known color: Tea Rose. HEX triplet: E7, 80 and CE. RGB value is (231,128,206). Sum of RGB (Red+Green+Blue) = 231+128+206=565 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.88% from 565); Green value is 128 (50.39% from 255 or 22.65% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 231 - color contains mainly: red. Hex color #E780CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E780CE is #187F31. Grayscale: #A7A7A7. Windows color (decimal): -1605426 or 13533415. OLE color: 13533415.

HSL color Cylindrical-coordinate representation of color #E780CE: hue angle of 314.56º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E780CE is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 128 206 -
CMYK 0 0.45 0.11 0.09
HSL 314.56º 0.68% 0.7% -
HSV(B) 314.56º 0.45% 0.91% -
XYZ 51.81 36.88 62.78 -
YUV 167.69 149.62 173.16 -
System Red Green Blue C M Y K H S L
Decimal 231 128 206 0 0.45 0.11 0.09 314.56 0.68 0.7
Hex E7 80 CE 0 2D B 9 13B 44 46
Octal 347 200 316 0 55 13 11 473 104 106
Binary 11100111 10000000 11001110 0 101101 1011 1001 100111011 1000100 1000110

Color Harmonies of #E780CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E780CE

Black with #E780CE

Text Example


Text Example

White with #E780CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E780CE; }

 p { color: rgb(231,128,206); }

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

background-color css

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

 a { background-color: rgb(231,128,206); }

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

border-color css

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

 span { border-color: rgb(231,128,206); }

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