Html Css Color HEX #E58DCD Tea Rose

📋 copy color: '#E58DCD'

red 229 ◦ green 141 ◦ blue 205

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

Shades of Tea Rose #E58DCD

Tints of Tea Rose #E58DCD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.52%

 BLUE value IS 205 (80.47% from 255) = 35.65%

R = 39.83%
G = 24.52%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E58DCD (or 0xE58DCD) is known color: Tea Rose. HEX triplet: E5, 8D and CD. RGB value is (229,141,205). Sum of RGB (Red+Green+Blue) = 229+141+205=575 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.83% from 575); Green value is 141 (55.47% from 255 or 24.52% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 229 - color contains mainly: red. Hex color #E58DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58DCD is #1A7232. Grayscale: #AEAEAE. Windows color (decimal): -1733171 or 13471205. OLE color: 13471205.

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

Color convert

RGB 229 141 205 -
CMYK 0 0.38 0.10 0.10
HSL 316.36º 0.63% 0.73% -
HSV(B) 316.36º 0.38% 0.9% -
XYZ 52.86 40.12 62.71 -
YUV 174.61 145.15 166.8 -
System Red Green Blue C M Y K H S L
Decimal 229 141 205 0 0.38 0.10 0.10 316.36 0.63 0.73
Hex E5 8D CD 0 26 A A 13C 3F 49
Octal 345 215 315 0 46 12 12 474 77 111
Binary 11100101 10001101 11001101 0 100110 1010 1010 100111100 111111 1001001

Color Harmonies of #E58DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58DCD

Black with #E58DCD

Text Example


Text Example

White with #E58DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58DCD; }

 p { color: rgb(229,141,205); }

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

background-color css

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

 a { background-color: rgb(229,141,205); }

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

border-color css

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

 span { border-color: rgb(229,141,205); }

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