Html Css Color HEX #E986CE Tea Rose

📋 copy color: '#E986CE'

red 233 ◦ green 134 ◦ blue 206

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

Shades of Tea Rose #E986CE

Tints of Tea Rose #E986CE

RGB

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

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

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

R = 40.66%
G = 23.39%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E986CE (or 0xE986CE) is known color: Tea Rose. HEX triplet: E9, 86 and CE. RGB value is (233,134,206). Sum of RGB (Red+Green+Blue) = 233+134+206=573 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.66% from 573); Green value is 134 (52.73% from 255 or 23.39% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 233 - color contains mainly: red. Hex color #E986CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E986CE is #167931. Grayscale: #ABABAB. Windows color (decimal): -1472818 or 13534953. OLE color: 13534953.

HSL color Cylindrical-coordinate representation of color #E986CE: hue angle of 316.36º 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 #E986CE is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 134 206 -
CMYK 0 0.42 0.12 0.09
HSL 316.36º 0.69% 0.72% -
HSV(B) 316.36º 0.42% 0.91% -
XYZ 53.27 38.83 63.08 -
YUV 171.81 147.3 171.65 -
System Red Green Blue C M Y K H S L
Decimal 233 134 206 0 0.42 0.12 0.09 316.36 0.69 0.72
Hex E9 86 CE 0 2A C 9 13C 45 48
Octal 351 206 316 0 52 14 11 474 105 110
Binary 11101001 10000110 11001110 0 101010 1100 1001 100111100 1000101 1001000

Color Harmonies of #E986CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E986CE

Black with #E986CE

Text Example


Text Example

White with #E986CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E986CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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