#EF81E8

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

Shades of Violet #EF81E8

Tints of Violet #EF81E8

Color information

#EF81E8 (or 0xEF81E8) is unknown color: approx Violet. HEX triplet: EF, 81 and E8. RGB value is (239,129,232). Sum of RGB (Red+Green+Blue) = 239+129+232=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 129 (50.78% from 255 or 21.5% from 600); Blue value is 232 (91.02% from 255 or 38.67% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF81E8 is #107E17. Grayscale: #ADADAD. Windows color (decimal): -1080856 or 15237615. OLE color: 15237615.

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

Color convert

RGB239129232-
CMYK00.460.030.06
HSL303.82º77.46%72.16%-
HSV(B)303.82º46.03%93.73%-
XYZ58.0139.8880.98-
YUV173.63160.94174.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.83%
GREEN value IS 129 (50.78% from 255) = 21.5%
BLUE value IS 232 (91.02% from 255) = 38.67%
R=39.83%
G=21.5%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912923200.460.030.06303.8277.4672.16
HexEF81E802E361304d48
Octal35720135005636460115110
Binary11101111100000011110100001011101111010011000010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF81E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF81E8; }

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

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

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

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

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

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

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

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