Html Css Color HEX #E585BF Tea Rose

📋 copy color: '#E585BF'

red 229 ◦ green 133 ◦ blue 191

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

Shades of Tea Rose #E585BF

Tints of Tea Rose #E585BF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.05%

 BLUE value IS 191 (75% from 255) = 34.54%

R = 41.41%
G = 24.05%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E585BF (or 0xE585BF) is known color: Tea Rose. HEX triplet: E5, 85 and BF. RGB value is (229,133,191). Sum of RGB (Red+Green+Blue) = 229+133+191=553 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.41% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 191 (75% from 255 or 34.54% from 553); Max value from RGB is 229 - color contains mainly: red. Hex color #E585BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E585BF is #1A7A40. Grayscale: #A8A8A8. Windows color (decimal): -1735233 or 12551653. OLE color: 12551653.

HSL color Cylindrical-coordinate representation of color #E585BF: hue angle of 323.75º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E585BF is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 133 191 -
CMYK 0 0.42 0.17 0.10
HSL 323.75º 0.65% 0.71% -
HSV(B) 323.75º 0.42% 0.9% -
XYZ 50.1 37.19 53.83 -
YUV 168.32 140.8 171.28 -
System Red Green Blue C M Y K H S L
Decimal 229 133 191 0 0.42 0.17 0.10 323.75 0.65 0.71
Hex E5 85 BF 0 2A 11 A 144 41 47
Octal 345 205 277 0 52 21 12 504 101 107
Binary 11100101 10000101 10111111 0 101010 10001 1010 101000100 1000001 1000111

Color Harmonies of #E585BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E585BF

Black with #E585BF

Text Example


Text Example

White with #E585BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E585BF; }

 p { color: rgb(229,133,191); }

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

background-color css

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

 a { background-color: rgb(229,133,191); }

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

border-color css

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

 span { border-color: rgb(229,133,191); }

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