Html Css Color HEX #EF85C3 Tea Rose

📋 copy color: '#EF85C3'

red 239 ◦ green 133 ◦ blue 195

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

Shades of Tea Rose #EF85C3

Tints of Tea Rose #EF85C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 34.39%

R = 42.15%
G = 23.46%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EF85C3 (or 0xEF85C3) is known color: Tea Rose. HEX triplet: EF, 85 and C3. RGB value is (239,133,195). Sum of RGB (Red+Green+Blue) = 239+133+195=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 133 (52.34% from 255 or 23.46% from 567); Blue value is 195 (76.56% from 255 or 34.39% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF85C3 is #107A3C. Grayscale: #ABABAB. Windows color (decimal): -1079869 or 12813807. OLE color: 12813807.

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

Color convert

RGB 239 133 195 -
CMYK 0 0.44 0.18 0.06
HSL 324.91º 0.77% 0.73% -
HSV(B) 324.91º 0.44% 0.94% -
XYZ 53.83 39.07 56.33 -
YUV 171.76 141.12 175.96 -
System Red Green Blue C M Y K H S L
Decimal 239 133 195 0 0.44 0.18 0.06 324.91 0.77 0.73
Hex EF 85 C3 0 2C 12 6 145 4D 49
Octal 357 205 303 0 54 22 6 505 115 111
Binary 11101111 10000101 11000011 0 101100 10010 110 101000101 1001101 1001001

Color Harmonies of #EF85C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF85C3

Black with #EF85C3

Text Example


Text Example

White with #EF85C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF85C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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