Html Css Color HEX #E780CC Tea Rose

📋 copy color: '#E780CC'

red 231 ◦ green 128 ◦ blue 204

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

Shades of Tea Rose #E780CC

Tints of Tea Rose #E780CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.23%

R = 41.03%
G = 22.74%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E780CC (or 0xE780CC) is known color: Tea Rose. HEX triplet: E7, 80 and CC. RGB value is (231,128,204). Sum of RGB (Red+Green+Blue) = 231+128+204=563 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.03% from 563); Green value is 128 (50.39% from 255 or 22.74% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 231 - color contains mainly: red. Hex color #E780CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E780CC is #187F33. Grayscale: #A7A7A7. Windows color (decimal): -1605428 or 13402343. OLE color: 13402343.

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

Color convert

RGB 231 128 204 -
CMYK 0 0.45 0.12 0.09
HSL 315.73º 0.68% 0.7% -
HSV(B) 315.73º 0.45% 0.91% -
XYZ 51.57 36.79 61.51 -
YUV 167.46 148.62 173.32 -
System Red Green Blue C M Y K H S L
Decimal 231 128 204 0 0.45 0.12 0.09 315.73 0.68 0.7
Hex E7 80 CC 0 2D C 9 13C 44 46
Octal 347 200 314 0 55 14 11 474 104 106
Binary 11100111 10000000 11001100 0 101101 1100 1001 100111100 1000100 1000110

Color Harmonies of #E780CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E780CC

Black with #E780CC

Text Example


Text Example

White with #E780CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E780CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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