#EF85CD

Color #EF85CD Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #EF85CD

Tints of Tea Rose #EF85CD

Color information

#EF85CD (or 0xEF85CD) is unknown color: approx Tea Rose. HEX triplet: EF, 85 and CD. RGB value is (239,133,205). Sum of RGB (Red+Green+Blue) = 239+133+205=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 133 (52.34% from 255 or 23.05% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF85CD is #107A32. Grayscale: #ACACAC. Windows color (decimal): -1079859 or 13469167. OLE color: 13469167.

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

Color convert

RGB239133205-
CMYK00.440.140.06
HSL319.25º76.81%72.94%-
HSV(B)319.25º44.35%93.73%-
XYZ5539.5362.49-
YUV172.9146.12175.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.42%
GREEN value IS 133 (52.34% from 255) = 23.05%
BLUE value IS 205 (80.47% from 255) = 35.53%
R=41.42%
G=23.05%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913320500.440.140.06319.2576.8172.94
HexEF85CD02CE613f4d49
Octal357205315054166477115111
Binary1110111110000101110011010101100111011010011111110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF85CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF85CD; }

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

 H1.HeaderClassName
 {
   color: #EF85CD;
 }
 .AnyTagClassName
 {
   color: #EF85CD;
 }
</style>
background-color css

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

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

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

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

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

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