#EF81C4

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

Shades of Tea Rose #EF81C4

Tints of Tea Rose #EF81C4

Color information

#EF81C4 (or 0xEF81C4) is unknown color: approx Tea Rose. HEX triplet: EF, 81 and C4. RGB value is (239,129,196). Sum of RGB (Red+Green+Blue) = 239+129+196=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 129 (50.78% from 255 or 22.87% from 564); Blue value is 196 (76.95% from 255 or 34.75% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF81C4 is #107E3B. Grayscale: #A9A9A9. Windows color (decimal): -1080892 or 12878319. OLE color: 12878319.

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

Color convert

RGB239129196-
CMYK00.460.180.06
HSL323.45º77.46%72.16%-
HSV(B)323.45º46.03%93.73%-
XYZ53.4138.0456.75-
YUV169.53142.94177.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.38%
GREEN value IS 129 (50.78% from 255) = 22.87%
BLUE value IS 196 (76.95% from 255) = 34.75%
R=42.38%
G=22.87%
B=34.75%

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
Decimal23912919600.460.180.06323.4577.4672.16
HexEF81C402E1261434d48
Octal357201304056226503115110
Binary11101111100000011100010001011101001011010100001110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF81C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF81C4; }

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

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

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

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

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

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

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

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