Html Css Color HEX #E78DCD Tea Rose

📋 copy color: '#E78DCD'

red 231 ◦ green 141 ◦ blue 205

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

Shades of Tea Rose #E78DCD

Tints of Tea Rose #E78DCD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.44%

 BLUE value IS 205 (80.47% from 255) = 35.53%

R = 40.03%
G = 24.44%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E78DCD (or 0xE78DCD) is known color: Tea Rose. HEX triplet: E7, 8D and CD. RGB value is (231,141,205). Sum of RGB (Red+Green+Blue) = 231+141+205=577 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.03% from 577); Green value is 141 (55.47% from 255 or 24.44% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 231 - color contains mainly: red. Hex color #E78DCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78DCD is #187232. Grayscale: #AFAFAF. Windows color (decimal): -1602099 or 13471207. OLE color: 13471207.

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

Color convert

RGB 231 141 205 -
CMYK 0 0.39 0.11 0.09
HSL 317.33º 0.65% 0.73% -
HSV(B) 317.33º 0.39% 0.91% -
XYZ 53.5 40.45 62.74 -
YUV 175.21 144.82 167.8 -
System Red Green Blue C M Y K H S L
Decimal 231 141 205 0 0.39 0.11 0.09 317.33 0.65 0.73
Hex E7 8D CD 0 27 B 9 13D 41 49
Octal 347 215 315 0 47 13 11 475 101 111
Binary 11100111 10001101 11001101 0 100111 1011 1001 100111101 1000001 1001001

Color Harmonies of #E78DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78DCD

Black with #E78DCD

Text Example


Text Example

White with #E78DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78DCD; }

 p { color: rgb(231,141,205); }

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

background-color css

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

 a { background-color: rgb(231,141,205); }

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

border-color css

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

 span { border-color: rgb(231,141,205); }

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