Html Css Color HEX #E58DCE Tea Rose

📋 copy color: '#E58DCE'

red 229 ◦ green 141 ◦ blue 206

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

Shades of Tea Rose #E58DCE

Tints of Tea Rose #E58DCE

RGB

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

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

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

R = 39.76%
G = 24.48%
B = 35.76%

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

#E58DCE (or 0xE58DCE) is known color: Tea Rose. HEX triplet: E5, 8D and CE. RGB value is (229,141,206). Sum of RGB (Red+Green+Blue) = 229+141+206=576 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.76% from 576); Green value is 141 (55.47% from 255 or 24.48% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 229 - color contains mainly: red. Hex color #E58DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58DCE is #1A7231. Grayscale: #AEAEAE. Windows color (decimal): -1733170 or 13536741. OLE color: 13536741.

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

Color convert

RGB 229 141 206 -
CMYK 0 0.38 0.10 0.10
HSL 315.68º 0.63% 0.73% -
HSV(B) 315.68º 0.38% 0.9% -
XYZ 52.98 40.16 63.35 -
YUV 174.72 145.65 166.71 -
System Red Green Blue C M Y K H S L
Decimal 229 141 206 0 0.38 0.10 0.10 315.68 0.63 0.73
Hex E5 8D CE 0 26 A A 13C 3F 49
Octal 345 215 316 0 46 12 12 474 77 111
Binary 11100101 10001101 11001110 0 100110 1010 1010 100111100 111111 1001001

Color Harmonies of #E58DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58DCE

Black with #E58DCE

Text Example


Text Example

White with #E58DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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