#EF83D1

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

Shades of Tea Rose #EF83D1

Tints of Tea Rose #EF83D1

Color information

#EF83D1 (or 0xEF83D1) is unknown color: approx Tea Rose. HEX triplet: EF, 83 and D1. RGB value is (239,131,209). Sum of RGB (Red+Green+Blue) = 239+131+209=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 131 (51.56% from 255 or 22.63% from 579); Blue value is 209 (82.03% from 255 or 36.10% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EF83D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF83D1 is #107C2E. Grayscale: #ABABAB. Windows color (decimal): -1080367 or 13730799. OLE color: 13730799.

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

Color convert

RGB239131209-
CMYK00.450.130.06
HSL316.67º77.14%72.55%-
HSV(B)316.67º45.19%93.73%-
XYZ55.2239.1964.97-
YUV172.18148.78175.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.28%
GREEN value IS 131 (51.56% from 255) = 22.63%
BLUE value IS 209 (82.03% from 255) = 36.10%
R=41.28%
G=22.63%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913120900.450.130.06316.6777.1472.55
HexEF83D102DD613d4d49
Octal357203321055156475115111
Binary1110111110000011110100010101101110111010011110110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF83D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF83D1; }

 p { color: rgb(239,131,209); }

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

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

 a { background-color: rgb(239,131,209); }

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

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

 span { border-color: rgb(239,131,209); }

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