Html Css Color HEX #EF84C7 Tea Rose

📋 copy color: '#EF84C7'

red 239 ◦ green 132 ◦ blue 199

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

Shades of Tea Rose #EF84C7

Tints of Tea Rose #EF84C7

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.16%

 BLUE value IS 199 (78.13% from 255) = 34.91%

R = 41.93%
G = 23.16%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EF84C7 (or 0xEF84C7) is known color: Tea Rose. HEX triplet: EF, 84 and C7. RGB value is (239,132,199). Sum of RGB (Red+Green+Blue) = 239+132+199=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 132 (51.95% from 255 or 23.16% from 570); Blue value is 199 (78.12% from 255 or 34.91% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EF84C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF84C7 is #107B38. Grayscale: #ABABAB. Windows color (decimal): -1080121 or 13075695. OLE color: 13075695.

HSL color Cylindrical-coordinate representation of color #EF84C7: hue angle of 322.43º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EF84C7 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 132 199 -
CMYK 0 0.45 0.17 0.06
HSL 322.43º 0.77% 0.73% -
HSV(B) 322.43º 0.45% 0.94% -
XYZ 54.16 38.98 58.7 -
YUV 171.63 143.45 176.05 -
System Red Green Blue C M Y K H S L
Decimal 239 132 199 0 0.45 0.17 0.06 322.43 0.77 0.73
Hex EF 84 C7 0 2D 11 6 142 4D 49
Octal 357 204 307 0 55 21 6 502 115 111
Binary 11101111 10000100 11000111 0 101101 10001 110 101000010 1001101 1001001

Color Harmonies of #EF84C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF84C7

Black with #EF84C7

Text Example


Text Example

White with #EF84C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF84C7; }

 p { color: rgb(239,132,199); }

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

background-color css

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

 a { background-color: rgb(239,132,199); }

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

border-color css

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

 span { border-color: rgb(239,132,199); }

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