Html Css Color HEX #EF85BE Tea Rose

📋 copy color: '#EF85BE'

red 239 ◦ green 133 ◦ blue 190

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

Shades of Tea Rose #EF85BE

Tints of Tea Rose #EF85BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.81%

R = 42.53%
G = 23.67%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF85BE (or 0xEF85BE) is known color: Tea Rose. HEX triplet: EF, 85 and BE. RGB value is (239,133,190). Sum of RGB (Red+Green+Blue) = 239+133+190=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF85BE is #107A41. Grayscale: #ABABAB. Windows color (decimal): -1079874 or 12486127. OLE color: 12486127.

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

Color convert

RGB 239 133 190 -
CMYK 0 0.44 0.21 0.06
HSL 327.74º 0.77% 0.73% -
HSV(B) 327.74º 0.44% 0.94% -
XYZ 53.28 38.84 53.4 -
YUV 171.19 138.62 176.37 -
System Red Green Blue C M Y K H S L
Decimal 239 133 190 0 0.44 0.21 0.06 327.74 0.77 0.73
Hex EF 85 BE 0 2C 15 6 148 4D 49
Octal 357 205 276 0 54 25 6 510 115 111
Binary 11101111 10000101 10111110 0 101100 10101 110 101001000 1001101 1001001

Color Harmonies of #EF85BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF85BE

Black with #EF85BE

Text Example


Text Example

White with #EF85BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF85BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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