Html Css Color HEX #EF8BC1 Tea Rose

📋 copy color: '#EF8BC1'

red 239 ◦ green 139 ◦ blue 193

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

Shades of Tea Rose #EF8BC1

Tints of Tea Rose #EF8BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 33.8%

R = 41.86%
G = 24.34%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EF8BC1 (or 0xEF8BC1) is known color: Tea Rose. HEX triplet: EF, 8B and C1. RGB value is (239,139,193). Sum of RGB (Red+Green+Blue) = 239+139+193=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 139 (54.69% from 255 or 24.34% from 571); Blue value is 193 (75.78% from 255 or 33.80% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8BC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8BC1 is #10743E. Grayscale: #AEAEAE. Windows color (decimal): -1078335 or 12684271. OLE color: 12684271.

HSL color Cylindrical-coordinate representation of color #EF8BC1: hue angle of 327.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 #EF8BC1 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 139 193 -
CMYK 0 0.42 0.19 0.06
HSL 327.6º 0.76% 0.74% -
HSV(B) 327.6º 0.42% 0.94% -
XYZ 54.45 40.67 55.43 -
YUV 175.06 138.13 173.61 -
System Red Green Blue C M Y K H S L
Decimal 239 139 193 0 0.42 0.19 0.06 327.6 0.76 0.74
Hex EF 8B C1 0 2A 13 6 148 4C 4A
Octal 357 213 301 0 52 23 6 510 114 112
Binary 11101111 10001011 11000001 0 101010 10011 110 101001000 1001100 1001010

Color Harmonies of #EF8BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8BC1

Black with #EF8BC1

Text Example


Text Example

White with #EF8BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8BC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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