Html Css Color HEX #E58ACE Tea Rose

📋 copy color: '#E58ACE'

red 229 ◦ green 138 ◦ blue 206

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

Shades of Tea Rose #E58ACE

Tints of Tea Rose #E58ACE

RGB

 RED value IS 229 (89.84% from 255) = 39.97%

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

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

R = 39.97%
G = 24.08%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E58ACE (or 0xE58ACE) is known color: Tea Rose. HEX triplet: E5, 8A and CE. RGB value is (229,138,206). Sum of RGB (Red+Green+Blue) = 229+138+206=573 (75% of max value = 765). Red value is 229 (89.84% from 255 or 39.97% from 573); Green value is 138 (54.30% from 255 or 24.08% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 229 - color contains mainly: red. Hex color #E58ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58ACE is #1A7531. Grayscale: #ACACAC. Windows color (decimal): -1733938 or 13535973. OLE color: 13535973.

HSL color Cylindrical-coordinate representation of color #E58ACE: hue angle of 315.16º degrees, saturation: 0.64, 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 #E58ACE is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 138 206 -
CMYK 0 0.40 0.10 0.10
HSL 315.16º 0.64% 0.72% -
HSV(B) 315.16º 0.4% 0.9% -
XYZ 52.54 39.29 63.21 -
YUV 172.96 146.65 167.97 -
System Red Green Blue C M Y K H S L
Decimal 229 138 206 0 0.40 0.10 0.10 315.16 0.64 0.72
Hex E5 8A CE 0 28 A A 13B 40 48
Octal 345 212 316 0 50 12 12 473 100 110
Binary 11100101 10001010 11001110 0 101000 1010 1010 100111011 1000000 1001000

Color Harmonies of #E58ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58ACE

Black with #E58ACE

Text Example


Text Example

White with #E58ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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