Html Css Color HEX #EF84C5 Tea Rose

📋 copy color: '#EF84C5'

red 239 ◦ green 132 ◦ blue 197

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

Shades of Tea Rose #EF84C5

Tints of Tea Rose #EF84C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.68%

R = 42.08%
G = 23.24%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EF84C5 (or 0xEF84C5) is known color: Tea Rose. HEX triplet: EF, 84 and C5. RGB value is (239,132,197). Sum of RGB (Red+Green+Blue) = 239+132+197=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 132 (51.95% from 255 or 23.24% from 568); Blue value is 197 (77.34% from 255 or 34.68% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EF84C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF84C5 is #107B3A. Grayscale: #ABABAB. Windows color (decimal): -1080123 or 12944623. OLE color: 12944623.

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

Color convert

RGB 239 132 197 -
CMYK 0 0.45 0.18 0.06
HSL 323.55º 0.77% 0.73% -
HSV(B) 323.55º 0.45% 0.94% -
XYZ 53.93 38.88 57.49 -
YUV 171.4 142.45 176.21 -
System Red Green Blue C M Y K H S L
Decimal 239 132 197 0 0.45 0.18 0.06 323.55 0.77 0.73
Hex EF 84 C5 0 2D 12 6 144 4D 49
Octal 357 204 305 0 55 22 6 504 115 111
Binary 11101111 10000100 11000101 0 101101 10010 110 101000100 1001101 1001001

Color Harmonies of #EF84C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF84C5

Black with #EF84C5

Text Example


Text Example

White with #EF84C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF84C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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