Html Css Color HEX #E986BE Tea Rose

📋 copy color: '#E986BE'

red 233 ◦ green 134 ◦ blue 190

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

Shades of Tea Rose #E986BE

Tints of Tea Rose #E986BE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.06%

 BLUE value IS 190 (74.61% from 255) = 34.11%

R = 41.83%
G = 24.06%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E986BE (or 0xE986BE) is known color: Tea Rose. HEX triplet: E9, 86 and BE. RGB value is (233,134,190). Sum of RGB (Red+Green+Blue) = 233+134+190=557 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.83% from 557); Green value is 134 (52.73% from 255 or 24.06% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 233 - color contains mainly: red. Hex color #E986BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E986BE is #167941. Grayscale: #A9A9A9. Windows color (decimal): -1472834 or 12486377. OLE color: 12486377.

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

Color convert

RGB 233 134 190 -
CMYK 0 0.42 0.18 0.09
HSL 326.06º 0.69% 0.72% -
HSV(B) 326.06º 0.42% 0.91% -
XYZ 51.42 38.09 53.36 -
YUV 169.99 139.3 172.95 -
System Red Green Blue C M Y K H S L
Decimal 233 134 190 0 0.42 0.18 0.09 326.06 0.69 0.72
Hex E9 86 BE 0 2A 12 9 146 45 48
Octal 351 206 276 0 52 22 11 506 105 110
Binary 11101001 10000110 10111110 0 101010 10010 1001 101000110 1000101 1001000

Color Harmonies of #E986BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E986BE

Black with #E986BE

Text Example


Text Example

White with #E986BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E986BE; }

 p { color: rgb(233,134,190); }

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

background-color css

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

 a { background-color: rgb(233,134,190); }

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

border-color css

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

 span { border-color: rgb(233,134,190); }

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