Html Css Color HEX #EF8BC6 Tea Rose

📋 copy color: '#EF8BC6'

red 239 ◦ green 139 ◦ blue 198

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

Shades of Tea Rose #EF8BC6

Tints of Tea Rose #EF8BC6

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.13%

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

R = 41.49%
G = 24.13%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EF8BC6 (or 0xEF8BC6) is known color: Tea Rose. HEX triplet: EF, 8B and C6. RGB value is (239,139,198). Sum of RGB (Red+Green+Blue) = 239+139+198=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 139 (54.69% from 255 or 24.13% from 576); Blue value is 198 (77.73% from 255 or 34.38% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8BC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8BC6 is #107439. Grayscale: #AFAFAF. Windows color (decimal): -1078330 or 13011951. OLE color: 13011951.

HSL color Cylindrical-coordinate representation of color #EF8BC6: hue angle of 324.6º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EF8BC6 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 139 198 -
CMYK 0 0.42 0.17 0.06
HSL 324.6º 0.76% 0.74% -
HSV(B) 324.6º 0.42% 0.94% -
XYZ 55.02 40.89 58.42 -
YUV 175.63 140.63 173.2 -
System Red Green Blue C M Y K H S L
Decimal 239 139 198 0 0.42 0.17 0.06 324.6 0.76 0.74
Hex EF 8B C6 0 2A 11 6 145 4C 4A
Octal 357 213 306 0 52 21 6 505 114 112
Binary 11101111 10001011 11000110 0 101010 10001 110 101000101 1001100 1001010

Color Harmonies of #EF8BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8BC6

Black with #EF8BC6

Text Example


Text Example

White with #EF8BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8BC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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