Html Css Color HEX #EF84CE Tea Rose

📋 copy color: '#EF84CE'

red 239 ◦ green 132 ◦ blue 206

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

Shades of Tea Rose #EF84CE

Tints of Tea Rose #EF84CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.7%

R = 41.42%
G = 22.88%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF84CE (or 0xEF84CE) is known color: Tea Rose. HEX triplet: EF, 84 and CE. RGB value is (239,132,206). Sum of RGB (Red+Green+Blue) = 239+132+206=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 132 (51.95% from 255 or 22.88% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EF84CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF84CE is #107B31. Grayscale: #ACACAC. Windows color (decimal): -1080114 or 13534447. OLE color: 13534447.

HSL color Cylindrical-coordinate representation of color #EF84CE: hue angle of 318.5º 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 #EF84CE is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 132 206 -
CMYK 0 0.45 0.14 0.06
HSL 318.5º 0.77% 0.73% -
HSV(B) 318.5º 0.45% 0.94% -
XYZ 54.99 39.31 63.08 -
YUV 172.43 146.95 175.48 -
System Red Green Blue C M Y K H S L
Decimal 239 132 206 0 0.45 0.14 0.06 318.5 0.77 0.73
Hex EF 84 CE 0 2D E 6 13F 4D 49
Octal 357 204 316 0 55 16 6 477 115 111
Binary 11101111 10000100 11001110 0 101101 1110 110 100111111 1001101 1001001

Color Harmonies of #EF84CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF84CE

Black with #EF84CE

Text Example


Text Example

White with #EF84CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF84CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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