Html Css Color HEX #E58CCE Tea Rose

📋 copy color: '#E58CCE'

red 229 ◦ green 140 ◦ blue 206

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

Shades of Tea Rose #E58CCE

Tints of Tea Rose #E58CCE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.35%

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

R = 39.83%
G = 24.35%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E58CCE (or 0xE58CCE) is known color: Tea Rose. HEX triplet: E5, 8C and CE. RGB value is (229,140,206). Sum of RGB (Red+Green+Blue) = 229+140+206=575 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.83% from 575); Green value is 140 (55.08% from 255 or 24.35% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 229 - color contains mainly: red. Hex color #E58CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58CCE is #1A7331. Grayscale: #ADADAD. Windows color (decimal): -1733426 or 13536485. OLE color: 13536485.

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

Color convert

RGB 229 140 206 -
CMYK 0 0.39 0.10 0.10
HSL 315.51º 0.63% 0.72% -
HSV(B) 315.51º 0.39% 0.9% -
XYZ 52.83 39.87 63.3 -
YUV 174.14 145.99 167.13 -
System Red Green Blue C M Y K H S L
Decimal 229 140 206 0 0.39 0.10 0.10 315.51 0.63 0.72
Hex E5 8C CE 0 27 A A 13C 3F 48
Octal 345 214 316 0 47 12 12 474 77 110
Binary 11100101 10001100 11001110 0 100111 1010 1010 100111100 111111 1001000

Color Harmonies of #E58CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58CCE

Black with #E58CCE

Text Example


Text Example

White with #E58CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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