Html Css Color HEX #EF85C1 Tea Rose

📋 copy color: '#EF85C1'

red 239 ◦ green 133 ◦ blue 193

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

Shades of Tea Rose #EF85C1

Tints of Tea Rose #EF85C1

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.54%

 BLUE value IS 193 (75.78% from 255) = 34.16%

R = 42.3%
G = 23.54%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EF85C1 (or 0xEF85C1) is known color: Tea Rose. HEX triplet: EF, 85 and C1. RGB value is (239,133,193). Sum of RGB (Red+Green+Blue) = 239+133+193=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 133 (52.34% from 255 or 23.54% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF85C1 is #107A3E. Grayscale: #ABABAB. Windows color (decimal): -1079871 or 12682735. OLE color: 12682735.

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

Color convert

RGB 239 133 193 -
CMYK 0 0.44 0.19 0.06
HSL 326.04º 0.77% 0.73% -
HSV(B) 326.04º 0.44% 0.94% -
XYZ 53.61 38.98 55.15 -
YUV 171.53 140.12 176.12 -
System Red Green Blue C M Y K H S L
Decimal 239 133 193 0 0.44 0.19 0.06 326.04 0.77 0.73
Hex EF 85 C1 0 2C 13 6 146 4D 49
Octal 357 205 301 0 54 23 6 506 115 111
Binary 11101111 10000101 11000001 0 101100 10011 110 101000110 1001101 1001001

Color Harmonies of #EF85C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF85C1

Black with #EF85C1

Text Example


Text Example

White with #EF85C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF85C1; }

 p { color: rgb(239,133,193); }

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

background-color css

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

 a { background-color: rgb(239,133,193); }

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

border-color css

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

 span { border-color: rgb(239,133,193); }

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