Html Css Color HEX #EF79C8 Tea Rose

📋 copy color: '#EF79C8'

red 239 ◦ green 121 ◦ blue 200

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

Shades of Tea Rose #EF79C8

Tints of Tea Rose #EF79C8

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.61%

 BLUE value IS 200 (78.52% from 255) = 35.71%

R = 42.68%
G = 21.61%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EF79C8 (or 0xEF79C8) is known color: Tea Rose. HEX triplet: EF, 79 and C8. RGB value is (239,121,200). Sum of RGB (Red+Green+Blue) = 239+121+200=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 121 (47.66% from 255 or 21.61% from 560); Blue value is 200 (78.52% from 255 or 35.71% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EF79C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF79C8 is #108637. Grayscale: #A5A5A5. Windows color (decimal): -1082936 or 13138415. OLE color: 13138415.

HSL color Cylindrical-coordinate representation of color #EF79C8: hue angle of 319.83º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF79C8 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 121 200 -
CMYK 0 0.49 0.16 0.06
HSL 319.83º 0.79% 0.71% -
HSV(B) 319.83º 0.49% 0.94% -
XYZ 52.86 36.2 58.84 -
YUV 165.29 147.59 180.58 -
System Red Green Blue C M Y K H S L
Decimal 239 121 200 0 0.49 0.16 0.06 319.83 0.79 0.71
Hex EF 79 C8 0 31 10 6 140 4F 47
Octal 357 171 310 0 61 20 6 500 117 107
Binary 11101111 1111001 11001000 0 110001 10000 110 101000000 1001111 1000111

Color Harmonies of #EF79C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF79C8

Black with #EF79C8

Text Example


Text Example

White with #EF79C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF79C8; }

 p { color: rgb(239,121,200); }

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

background-color css

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

 a { background-color: rgb(239,121,200); }

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

border-color css

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

 span { border-color: rgb(239,121,200); }

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