#EF81C5

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

Shades of Tea Rose #EF81C5

Tints of Tea Rose #EF81C5

Color information

#EF81C5 (or 0xEF81C5) is unknown color: approx Tea Rose. HEX triplet: EF, 81 and C5. RGB value is (239,129,197). Sum of RGB (Red+Green+Blue) = 239+129+197=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 129 (50.78% from 255 or 22.83% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF81C5 is #107E3A. Grayscale: #A9A9A9. Windows color (decimal): -1080891 or 12943855. OLE color: 12943855.

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

Color convert

RGB239129197-
CMYK00.460.180.06
HSL322.91º77.46%72.16%-
HSV(B)322.91º46.03%93.73%-
XYZ53.5238.0857.35-
YUV169.64143.44177.47-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.30%
GREEN value IS 129 (50.78% from 255) = 22.83%
BLUE value IS 197 (77.34% from 255) = 34.87%
R=42.30%
G=22.83%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912919700.460.180.06322.9177.4672.16
HexEF81C502E1261434d48
Octal357201305056226503115110
Binary11101111100000011100010101011101001011010100001110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF81C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF81C5; }

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

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

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

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

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

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

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

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