Html Css Color HEX #E58ACC Tea Rose

📋 copy color: '#E58ACC'

red 229 ◦ green 138 ◦ blue 204

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

Shades of Tea Rose #E58ACC

Tints of Tea Rose #E58ACC

RGB

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

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

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

R = 40.11%
G = 24.17%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E58ACC (or 0xE58ACC) is known color: Tea Rose. HEX triplet: E5, 8A and CC. RGB value is (229,138,204). Sum of RGB (Red+Green+Blue) = 229+138+204=571 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.11% from 571); Green value is 138 (54.30% from 255 or 24.17% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 229 - color contains mainly: red. Hex color #E58ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58ACC is #1A7533. Grayscale: #ACACAC. Windows color (decimal): -1733940 or 13404901. OLE color: 13404901.

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

Color convert

RGB 229 138 204 -
CMYK 0 0.40 0.11 0.10
HSL 316.48º 0.64% 0.72% -
HSV(B) 316.48º 0.4% 0.9% -
XYZ 52.3 39.19 61.94 -
YUV 172.73 145.65 168.13 -
System Red Green Blue C M Y K H S L
Decimal 229 138 204 0 0.40 0.11 0.10 316.48 0.64 0.72
Hex E5 8A CC 0 28 B A 13C 40 48
Octal 345 212 314 0 50 13 12 474 100 110
Binary 11100101 10001010 11001100 0 101000 1011 1010 100111100 1000000 1001000

Color Harmonies of #E58ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58ACC

Black with #E58ACC

Text Example


Text Example

White with #E58ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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