Html Css Color HEX #E58BCD Tea Rose

📋 copy color: '#E58BCD'

red 229 ◦ green 139 ◦ blue 205

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

Shades of Tea Rose #E58BCD

Tints of Tea Rose #E58BCD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.26%

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

R = 39.97%
G = 24.26%
B = 35.78%

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

#E58BCD (or 0xE58BCD) is known color: Tea Rose. HEX triplet: E5, 8B and CD. RGB value is (229,139,205). Sum of RGB (Red+Green+Blue) = 229+139+205=573 (75% of max value = 765). Red value is 229 (89.84% from 255 or 39.97% from 573); Green value is 139 (54.69% from 255 or 24.26% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 229 - color contains mainly: red. Hex color #E58BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58BCD is #1A7432. Grayscale: #ADADAD. Windows color (decimal): -1733683 or 13470693. OLE color: 13470693.

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

Color convert

RGB 229 139 205 -
CMYK 0 0.39 0.10 0.10
HSL 316º 0.63% 0.72% -
HSV(B) 316º 0.39% 0.9% -
XYZ 52.57 39.53 62.62 -
YUV 173.43 145.82 167.63 -
System Red Green Blue C M Y K H S L
Decimal 229 139 205 0 0.39 0.10 0.10 316 0.63 0.72
Hex E5 8B CD 0 27 A A 13C 3F 48
Octal 345 213 315 0 47 12 12 474 77 110
Binary 11100101 10001011 11001101 0 100111 1010 1010 100111100 111111 1001000

Color Harmonies of #E58BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58BCD

Black with #E58BCD

Text Example


Text Example

White with #E58BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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