#EF81D1

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

Shades of Tea Rose #EF81D1

Tints of Tea Rose #EF81D1

Color information

#EF81D1 (or 0xEF81D1) is unknown color: approx Tea Rose. HEX triplet: EF, 81 and D1. RGB value is (239,129,209). Sum of RGB (Red+Green+Blue) = 239+129+209=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 129 (50.78% from 255 or 22.36% from 577); Blue value is 209 (82.03% from 255 or 36.22% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF81D1 is #107E2E. Grayscale: #AAAAAA. Windows color (decimal): -1080879 or 13730287. OLE color: 13730287.

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

Color convert

RGB239129209-
CMYK00.460.130.06
HSL316.36º77.46%72.16%-
HSV(B)316.36º46.03%93.73%-
XYZ54.9638.6564.89-
YUV171.01149.44176.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.42%
GREEN value IS 129 (50.78% from 255) = 22.36%
BLUE value IS 209 (82.03% from 255) = 36.22%
R=41.42%
G=22.36%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912920900.460.130.06316.3677.4672.16
HexEF81D102ED613c4d48
Octal357201321056156474115110
Binary1110111110000001110100010101110110111010011110010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF81D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF81D1; }

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

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

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

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

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

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

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

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