#EF81CF

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

Shades of Tea Rose #EF81CF

Tints of Tea Rose #EF81CF

Color information

#EF81CF (or 0xEF81CF) is unknown color: approx Tea Rose. HEX triplet: EF, 81 and CF. RGB value is (239,129,207). Sum of RGB (Red+Green+Blue) = 239+129+207=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 129 (50.78% from 255 or 22.43% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF81CF is #107E30. Grayscale: #AAAAAA. Windows color (decimal): -1080881 or 13599215. OLE color: 13599215.

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

Color convert

RGB239129207-
CMYK00.460.130.06
HSL317.45º77.46%72.16%-
HSV(B)317.45º46.03%93.73%-
XYZ54.7138.5663.59-
YUV170.78148.44176.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.57%
GREEN value IS 129 (50.78% from 255) = 22.43%
BLUE value IS 207 (81.25% from 255) = 36%
R=41.57%
G=22.43%
B=36%

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
Decimal23912920700.460.130.06317.4577.4672.16
HexEF81CF02ED613d4d48
Octal357201317056156475115110
Binary1110111110000001110011110101110110111010011110110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF81CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF81CF; }

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

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

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

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

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

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

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

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