Html Css Color HEX #E78CCF Tea Rose

📋 copy color: '#E78CCF'

red 231 ◦ green 140 ◦ blue 207

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

Shades of Tea Rose #E78CCF

Tints of Tea Rose #E78CCF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.22%

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

R = 39.97%
G = 24.22%
B = 35.81%

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

#E78CCF (or 0xE78CCF) is known color: Tea Rose. HEX triplet: E7, 8C and CF. RGB value is (231,140,207). Sum of RGB (Red+Green+Blue) = 231+140+207=578 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.97% from 578); Green value is 140 (55.08% from 255 or 24.22% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 231 - color contains mainly: red. Hex color #E78CCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78CCF is #187330. Grayscale: #AEAEAE. Windows color (decimal): -1602353 or 13602023. OLE color: 13602023.

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

Color convert

RGB 231 140 207 -
CMYK 0 0.39 0.10 0.09
HSL 315.82º 0.65% 0.73% -
HSV(B) 315.82º 0.39% 0.91% -
XYZ 53.6 40.25 63.98 -
YUV 174.85 146.15 168.05 -
System Red Green Blue C M Y K H S L
Decimal 231 140 207 0 0.39 0.10 0.09 315.82 0.65 0.73
Hex E7 8C CF 0 27 A 9 13C 41 49
Octal 347 214 317 0 47 12 11 474 101 111
Binary 11100111 10001100 11001111 0 100111 1010 1001 100111100 1000001 1001001

Color Harmonies of #E78CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78CCF

Black with #E78CCF

Text Example


Text Example

White with #E78CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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