Html Css Color HEX #EF89BE Tea Rose

📋 copy color: '#EF89BE'

red 239 ◦ green 137 ◦ blue 190

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

Shades of Tea Rose #EF89BE

Tints of Tea Rose #EF89BE

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.2%

 BLUE value IS 190 (74.61% from 255) = 33.57%

R = 42.23%
G = 24.2%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF89BE (or 0xEF89BE) is known color: Tea Rose. HEX triplet: EF, 89 and BE. RGB value is (239,137,190). Sum of RGB (Red+Green+Blue) = 239+137+190=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 137 (53.91% from 255 or 24.20% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EF89BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF89BE is #107641. Grayscale: #ADADAD. Windows color (decimal): -1078850 or 12487151. OLE color: 12487151.

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

Color convert

RGB 239 137 190 -
CMYK 0 0.43 0.21 0.06
HSL 328.82º 0.76% 0.74% -
HSV(B) 328.82º 0.43% 0.94% -
XYZ 53.84 39.96 53.59 -
YUV 173.54 137.29 174.69 -
System Red Green Blue C M Y K H S L
Decimal 239 137 190 0 0.43 0.21 0.06 328.82 0.76 0.74
Hex EF 89 BE 0 2B 15 6 149 4C 4A
Octal 357 211 276 0 53 25 6 511 114 112
Binary 11101111 10001001 10111110 0 101011 10101 110 101001001 1001100 1001010

Color Harmonies of #EF89BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF89BE

Black with #EF89BE

Text Example


Text Example

White with #EF89BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF89BE; }

 p { color: rgb(239,137,190); }

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

background-color css

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

 a { background-color: rgb(239,137,190); }

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

border-color css

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

 span { border-color: rgb(239,137,190); }

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