Html Css Color HEX #E78DCF Tea Rose

📋 copy color: '#E78DCF'

red 231 ◦ green 141 ◦ blue 207

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

Shades of Tea Rose #E78DCF

Tints of Tea Rose #E78DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.75%

R = 39.9%
G = 24.35%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E78DCF (or 0xE78DCF) is known color: Tea Rose. HEX triplet: E7, 8D and CF. RGB value is (231,141,207). Sum of RGB (Red+Green+Blue) = 231+141+207=579 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.90% from 579); Green value is 141 (55.47% from 255 or 24.35% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 231 - color contains mainly: red. Hex color #E78DCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78DCF is #187230. Grayscale: #AFAFAF. Windows color (decimal): -1602097 or 13602279. OLE color: 13602279.

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

Color convert

RGB 231 141 207 -
CMYK 0 0.39 0.10 0.09
HSL 316º 0.65% 0.73% -
HSV(B) 316º 0.39% 0.91% -
XYZ 53.74 40.54 64.02 -
YUV 175.43 145.82 167.63 -
System Red Green Blue C M Y K H S L
Decimal 231 141 207 0 0.39 0.10 0.09 316 0.65 0.73
Hex E7 8D CF 0 27 A 9 13C 41 49
Octal 347 215 317 0 47 12 11 474 101 111
Binary 11100111 10001101 11001111 0 100111 1010 1001 100111100 1000001 1001001

Color Harmonies of #E78DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78DCF

Black with #E78DCF

Text Example


Text Example

White with #E78DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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