Html Css Color HEX #E68ACE Tea Rose

📋 copy color: '#E68ACE'

red 230 ◦ green 138 ◦ blue 206

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

Shades of Tea Rose #E68ACE

Tints of Tea Rose #E68ACE

RGB

 RED value IS 230 (90.23% from 255) = 40.07%

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

 BLUE value IS 206 (80.86% from 255) = 35.89%

R = 40.07%
G = 24.04%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E68ACE (or 0xE68ACE) is known color: Tea Rose. HEX triplet: E6, 8A and CE. RGB value is (230,138,206). Sum of RGB (Red+Green+Blue) = 230+138+206=574 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40.07% from 574); Green value is 138 (54.30% from 255 or 24.04% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 230 - color contains mainly: red. Hex color #E68ACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68ACE is #197531. Grayscale: #ADADAD. Windows color (decimal): -1668402 or 13535974. OLE color: 13535974.

HSL color Cylindrical-coordinate representation of color #E68ACE: hue angle of 315.65º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E68ACE is Cyan = 0, Magento = 0.4, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 138 206 -
CMYK 0 0.4 0.10 0.10
HSL 315.65º 0.65% 0.72% -
HSV(B) 315.65º 0.4% 0.9% -
XYZ 52.86 39.46 63.22 -
YUV 173.26 146.48 168.47 -
System Red Green Blue C M Y K H S L
Decimal 230 138 206 0 0.4 0.10 0.10 315.65 0.65 0.72
Hex E6 8A CE 0 28 A A 13C 41 48
Octal 346 212 316 0 50 12 12 474 101 110
Binary 11100110 10001010 11001110 0 101000 1010 1010 100111100 1000001 1001000

Color Harmonies of #E68ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68ACE

Black with #E68ACE

Text Example


Text Example

White with #E68ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68ACE; }

 p { color: rgb(230,138,206); }

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

background-color css

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

 a { background-color: rgb(230,138,206); }

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

border-color css

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

 span { border-color: rgb(230,138,206); }

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