Html Css Color HEX #E58DCF Tea Rose

📋 copy color: '#E58DCF'

red 229 ◦ green 141 ◦ blue 207

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

Shades of Tea Rose #E58DCF

Tints of Tea Rose #E58DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.88%

R = 39.69%
G = 24.44%
B = 35.88%

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

#E58DCF (or 0xE58DCF) is known color: Tea Rose. HEX triplet: E5, 8D and CF. RGB value is (229,141,207). Sum of RGB (Red+Green+Blue) = 229+141+207=577 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.69% from 577); Green value is 141 (55.47% from 255 or 24.44% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 229 - color contains mainly: red. Hex color #E58DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58DCF is #1A7230. Grayscale: #AEAEAE. Windows color (decimal): -1733169 or 13602277. OLE color: 13602277.

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

Color convert

RGB 229 141 207 -
CMYK 0 0.38 0.10 0.10
HSL 315º 0.63% 0.73% -
HSV(B) 315º 0.38% 0.9% -
XYZ 53.1 40.21 63.99 -
YUV 174.84 146.15 166.63 -
System Red Green Blue C M Y K H S L
Decimal 229 141 207 0 0.38 0.10 0.10 315 0.63 0.73
Hex E5 8D CF 0 26 A A 13B 3F 49
Octal 345 215 317 0 46 12 12 473 77 111
Binary 11100101 10001101 11001111 0 100110 1010 1010 100111011 111111 1001001

Color Harmonies of #E58DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58DCF

Black with #E58DCF

Text Example


Text Example

White with #E58DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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