Html Css Color HEX #EF8BBA Tea Rose

📋 copy color: '#EF8BBA'

red 239 ◦ green 139 ◦ blue 186

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

Shades of Tea Rose #EF8BBA

Tints of Tea Rose #EF8BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.98%

R = 42.38%
G = 24.65%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF8BBA (or 0xEF8BBA) is known color: Tea Rose. HEX triplet: EF, 8B and BA. RGB value is (239,139,186). Sum of RGB (Red+Green+Blue) = 239+139+186=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 139 (54.69% from 255 or 24.65% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8BBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8BBA is #107445. Grayscale: #AEAEAE. Windows color (decimal): -1078342 or 12225519. OLE color: 12225519.

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

Color convert

RGB 239 139 186 -
CMYK 0 0.42 0.22 0.06
HSL 331.8º 0.76% 0.74% -
HSV(B) 331.8º 0.42% 0.94% -
XYZ 53.69 40.36 51.41 -
YUV 174.26 134.63 174.18 -
System Red Green Blue C M Y K H S L
Decimal 239 139 186 0 0.42 0.22 0.06 331.8 0.76 0.74
Hex EF 8B BA 0 2A 16 6 14C 4C 4A
Octal 357 213 272 0 52 26 6 514 114 112
Binary 11101111 10001011 10111010 0 101010 10110 110 101001100 1001100 1001010

Color Harmonies of #EF8BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8BBA

Black with #EF8BBA

Text Example


Text Example

White with #EF8BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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