Html Css Color HEX #E78ACC Tea Rose

📋 copy color: '#E78ACC'

red 231 ◦ green 138 ◦ blue 204

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

Shades of Tea Rose #E78ACC

Tints of Tea Rose #E78ACC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.08%

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

R = 40.31%
G = 24.08%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E78ACC (or 0xE78ACC) is known color: Tea Rose. HEX triplet: E7, 8A and CC. RGB value is (231,138,204). Sum of RGB (Red+Green+Blue) = 231+138+204=573 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.31% from 573); Green value is 138 (54.30% from 255 or 24.08% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 231 - color contains mainly: red. Hex color #E78ACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78ACC is #187533. Grayscale: #ADADAD. Windows color (decimal): -1602868 or 13404903. OLE color: 13404903.

HSL color Cylindrical-coordinate representation of color #E78ACC: hue angle of 317.42º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E78ACC is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 138 204 -
CMYK 0 0.40 0.12 0.09
HSL 317.42º 0.66% 0.72% -
HSV(B) 317.42º 0.4% 0.91% -
XYZ 52.94 39.53 61.97 -
YUV 173.33 145.31 169.13 -
System Red Green Blue C M Y K H S L
Decimal 231 138 204 0 0.40 0.12 0.09 317.42 0.66 0.72
Hex E7 8A CC 0 28 C 9 13D 42 48
Octal 347 212 314 0 50 14 11 475 102 110
Binary 11100111 10001010 11001100 0 101000 1100 1001 100111101 1000010 1001000

Color Harmonies of #E78ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78ACC

Black with #E78ACC

Text Example


Text Example

White with #E78ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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