Html Css Color HEX #EF86C6 Tea Rose

📋 copy color: '#EF86C6'

red 239 ◦ green 134 ◦ blue 198

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

Shades of Tea Rose #EF86C6

Tints of Tea Rose #EF86C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.68%

R = 41.86%
G = 23.47%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EF86C6 (or 0xEF86C6) is known color: Tea Rose. HEX triplet: EF, 86 and C6. RGB value is (239,134,198). Sum of RGB (Red+Green+Blue) = 239+134+198=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 134 (52.73% from 255 or 23.47% from 571); Blue value is 198 (77.73% from 255 or 34.68% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EF86C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF86C6 is #107939. Grayscale: #ACACAC. Windows color (decimal): -1079610 or 13010671. OLE color: 13010671.

HSL color Cylindrical-coordinate representation of color #EF86C6: hue angle of 323.43º 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 #EF86C6 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 134 198 -
CMYK 0 0.44 0.17 0.06
HSL 323.43º 0.77% 0.73% -
HSV(B) 323.43º 0.44% 0.94% -
XYZ 54.31 39.48 58.18 -
YUV 172.69 142.29 175.3 -
System Red Green Blue C M Y K H S L
Decimal 239 134 198 0 0.44 0.17 0.06 323.43 0.77 0.73
Hex EF 86 C6 0 2C 11 6 143 4D 49
Octal 357 206 306 0 54 21 6 503 115 111
Binary 11101111 10000110 11000110 0 101100 10001 110 101000011 1001101 1001001

Color Harmonies of #EF86C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF86C6

Black with #EF86C6

Text Example


Text Example

White with #EF86C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF86C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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