Html Css Color HEX #E986CF Tea Rose

📋 copy color: '#E986CF'

red 233 ◦ green 134 ◦ blue 207

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

Shades of Tea Rose #E986CF

Tints of Tea Rose #E986CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.06%

R = 40.59%
G = 23.34%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E986CF (or 0xE986CF) is known color: Tea Rose. HEX triplet: E9, 86 and CF. RGB value is (233,134,207). Sum of RGB (Red+Green+Blue) = 233+134+207=574 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.59% from 574); Green value is 134 (52.73% from 255 or 23.34% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 233 - color contains mainly: red. Hex color #E986CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E986CF is #167930. Grayscale: #ABABAB. Windows color (decimal): -1472817 or 13600489. OLE color: 13600489.

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

Color convert

RGB 233 134 207 -
CMYK 0 0.42 0.11 0.09
HSL 315.76º 0.69% 0.72% -
HSV(B) 315.76º 0.42% 0.91% -
XYZ 53.39 38.88 63.72 -
YUV 171.92 147.8 171.56 -
System Red Green Blue C M Y K H S L
Decimal 233 134 207 0 0.42 0.11 0.09 315.76 0.69 0.72
Hex E9 86 CF 0 2A B 9 13C 45 48
Octal 351 206 317 0 52 13 11 474 105 110
Binary 11101001 10000110 11001111 0 101010 1011 1001 100111100 1000101 1001000

Color Harmonies of #E986CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E986CF

Black with #E986CF

Text Example


Text Example

White with #E986CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E986CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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