Html Css Color HEX #EF8BBB Tea Rose

📋 copy color: '#EF8BBB'

red 239 ◦ green 139 ◦ blue 187

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

Shades of Tea Rose #EF8BBB

Tints of Tea Rose #EF8BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.1%

R = 42.3%
G = 24.6%
B = 33.1%

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

#EF8BBB (or 0xEF8BBB) is known color: Tea Rose. HEX triplet: EF, 8B and BB. RGB value is (239,139,187). Sum of RGB (Red+Green+Blue) = 239+139+187=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 139 (54.69% from 255 or 24.60% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8BBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8BBB is #107444. Grayscale: #AEAEAE. Windows color (decimal): -1078341 or 12291055. OLE color: 12291055.

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

Color convert

RGB 239 139 187 -
CMYK 0 0.42 0.22 0.06
HSL 331.2º 0.76% 0.74% -
HSV(B) 331.2º 0.42% 0.94% -
XYZ 53.8 40.4 51.98 -
YUV 174.37 135.13 174.1 -
System Red Green Blue C M Y K H S L
Decimal 239 139 187 0 0.42 0.22 0.06 331.2 0.76 0.74
Hex EF 8B BB 0 2A 16 6 14B 4C 4A
Octal 357 213 273 0 52 26 6 513 114 112
Binary 11101111 10001011 10111011 0 101010 10110 110 101001011 1001100 1001010

Color Harmonies of #EF8BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8BBB

Black with #EF8BBB

Text Example


Text Example

White with #EF8BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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