Html Css Color HEX #E985BF Tea Rose

📋 copy color: '#E985BF'

red 233 ◦ green 133 ◦ blue 191

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

Shades of Tea Rose #E985BF

Tints of Tea Rose #E985BF

RGB

 RED value IS 233 (91.41% from 255) = 41.83%

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

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

R = 41.83%
G = 23.88%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E985BF (or 0xE985BF) is known color: Tea Rose. HEX triplet: E9, 85 and BF. RGB value is (233,133,191). Sum of RGB (Red+Green+Blue) = 233+133+191=557 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.83% from 557); Green value is 133 (52.34% from 255 or 23.88% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 233 - color contains mainly: red. Hex color #E985BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E985BF is #167A40. Grayscale: #A9A9A9. Windows color (decimal): -1473089 or 12551657. OLE color: 12551657.

HSL color Cylindrical-coordinate representation of color #E985BF: hue angle of 325.2º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E985BF is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 133 191 -
CMYK 0 0.43 0.18 0.09
HSL 325.2º 0.69% 0.72% -
HSV(B) 325.2º 0.43% 0.91% -
XYZ 51.4 37.86 53.89 -
YUV 169.51 140.13 173.28 -
System Red Green Blue C M Y K H S L
Decimal 233 133 191 0 0.43 0.18 0.09 325.2 0.69 0.72
Hex E9 85 BF 0 2B 12 9 145 45 48
Octal 351 205 277 0 53 22 11 505 105 110
Binary 11101001 10000101 10111111 0 101011 10010 1001 101000101 1000101 1001000

Color Harmonies of #E985BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E985BF

Black with #E985BF

Text Example


Text Example

White with #E985BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E985BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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