Html Css Color HEX #EF89CF Tea Rose

📋 copy color: '#EF89CF'

red 239 ◦ green 137 ◦ blue 207

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

Shades of Tea Rose #EF89CF

Tints of Tea Rose #EF89CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.51%

R = 40.99%
G = 23.5%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EF89CF (or 0xEF89CF) is known color: Tea Rose. HEX triplet: EF, 89 and CF. RGB value is (239,137,207). Sum of RGB (Red+Green+Blue) = 239+137+207=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 137 (53.91% from 255 or 23.50% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EF89CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF89CF is #107630. Grayscale: #AFAFAF. Windows color (decimal): -1078833 or 13601263. OLE color: 13601263.

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

Color convert

RGB 239 137 207 -
CMYK 0 0.43 0.13 0.06
HSL 318.82º 0.76% 0.74% -
HSV(B) 318.82º 0.43% 0.94% -
XYZ 55.8 40.75 63.96 -
YUV 175.48 145.79 173.31 -
System Red Green Blue C M Y K H S L
Decimal 239 137 207 0 0.43 0.13 0.06 318.82 0.76 0.74
Hex EF 89 CF 0 2B D 6 13F 4C 4A
Octal 357 211 317 0 53 15 6 477 114 112
Binary 11101111 10001001 11001111 0 101011 1101 110 100111111 1001100 1001010

Color Harmonies of #EF89CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF89CF

Black with #EF89CF

Text Example


Text Example

White with #EF89CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF89CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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