Html Css Color HEX #EF86BE Tea Rose

📋 copy color: '#EF86BE'

red 239 ◦ green 134 ◦ blue 190

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

Shades of Tea Rose #EF86BE

Tints of Tea Rose #EF86BE

RGB

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

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

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

R = 42.45%
G = 23.8%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF86BE (or 0xEF86BE) is known color: Tea Rose. HEX triplet: EF, 86 and BE. RGB value is (239,134,190). Sum of RGB (Red+Green+Blue) = 239+134+190=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 134 (52.73% from 255 or 23.80% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EF86BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF86BE is #107941. Grayscale: #ABABAB. Windows color (decimal): -1079618 or 12486383. OLE color: 12486383.

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

Color convert

RGB 239 134 190 -
CMYK 0 0.44 0.21 0.06
HSL 328º 0.77% 0.73% -
HSV(B) 328º 0.44% 0.94% -
XYZ 53.42 39.12 53.45 -
YUV 171.78 138.29 175.95 -
System Red Green Blue C M Y K H S L
Decimal 239 134 190 0 0.44 0.21 0.06 328 0.77 0.73
Hex EF 86 BE 0 2C 15 6 148 4D 49
Octal 357 206 276 0 54 25 6 510 115 111
Binary 11101111 10000110 10111110 0 101100 10101 110 101001000 1001101 1001001

Color Harmonies of #EF86BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF86BE

Black with #EF86BE

Text Example


Text Example

White with #EF86BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF86BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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