Html Css Color HEX #EF8DBF Tea Rose

📋 copy color: '#EF8DBF'

red 239 ◦ green 141 ◦ blue 191

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

Shades of Tea Rose #EF8DBF

Tints of Tea Rose #EF8DBF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.69%

 BLUE value IS 191 (75% from 255) = 33.45%

R = 41.86%
G = 24.69%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EF8DBF (or 0xEF8DBF) is known color: Tea Rose. HEX triplet: EF, 8D and BF. RGB value is (239,141,191). Sum of RGB (Red+Green+Blue) = 239+141+191=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 141 (55.47% from 255 or 24.69% from 571); Blue value is 191 (75% from 255 or 33.45% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8DBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8DBF is #107240. Grayscale: #AFAFAF. Windows color (decimal): -1077825 or 12553711. OLE color: 12553711.

HSL color Cylindrical-coordinate representation of color #EF8DBF: hue angle of 329.39º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8DBF is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 141 191 -
CMYK 0 0.41 0.20 0.06
HSL 329.39º 0.75% 0.75% -
HSV(B) 329.39º 0.41% 0.94% -
XYZ 54.53 41.16 54.36 -
YUV 176 136.47 172.93 -
System Red Green Blue C M Y K H S L
Decimal 239 141 191 0 0.41 0.20 0.06 329.39 0.75 0.75
Hex EF 8D BF 0 29 14 6 149 4B 4B
Octal 357 215 277 0 51 24 6 511 113 113
Binary 11101111 10001101 10111111 0 101001 10100 110 101001001 1001011 1001011

Color Harmonies of #EF8DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8DBF

Black with #EF8DBF

Text Example


Text Example

White with #EF8DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8DBF; }

 p { color: rgb(239,141,191); }

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

background-color css

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

 a { background-color: rgb(239,141,191); }

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

border-color css

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

 span { border-color: rgb(239,141,191); }

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