Html Css Color HEX #EF86CE Tea Rose

📋 copy color: '#EF86CE'

red 239 ◦ green 134 ◦ blue 206

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

Shades of Tea Rose #EF86CE

Tints of Tea Rose #EF86CE

RGB

 RED value IS 239 (93.75% from 255) = 41.28%

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

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

R = 41.28%
G = 23.14%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF86CE (or 0xEF86CE) is known color: Tea Rose. HEX triplet: EF, 86 and CE. RGB value is (239,134,206). Sum of RGB (Red+Green+Blue) = 239+134+206=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 134 (52.73% from 255 or 23.14% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EF86CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF86CE is #107931. Grayscale: #ADADAD. Windows color (decimal): -1079602 or 13534959. OLE color: 13534959.

HSL color Cylindrical-coordinate representation of color #EF86CE: hue angle of 318.86º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EF86CE is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 134 206 -
CMYK 0 0.44 0.14 0.06
HSL 318.86º 0.77% 0.73% -
HSV(B) 318.86º 0.44% 0.94% -
XYZ 55.26 39.86 63.17 -
YUV 173.6 146.29 174.65 -
System Red Green Blue C M Y K H S L
Decimal 239 134 206 0 0.44 0.14 0.06 318.86 0.77 0.73
Hex EF 86 CE 0 2C E 6 13F 4D 49
Octal 357 206 316 0 54 16 6 477 115 111
Binary 11101111 10000110 11001110 0 101100 1110 110 100111111 1001101 1001001

Color Harmonies of #EF86CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF86CE

Black with #EF86CE

Text Example


Text Example

White with #EF86CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF86CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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