#EF8AEF

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

Shades of Violet #EF8AEF

Tints of Violet #EF8AEF

Color information

#EF8AEF (or 0xEF8AEF) is unknown color: approx Violet. HEX triplet: EF, 8A and EF. RGB value is (239,138,239). Sum of RGB (Red+Green+Blue) = 239+138+239=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 138 (54.30% from 255 or 22.40% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF8AEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8AEF is #107510. Grayscale: #B3B3B3. Windows color (decimal): -1078545 or 15698671. OLE color: 15698671.

HSL color Cylindrical-coordinate representation of color #EF8AEF: hue angle of 300º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EF8AEF is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB239138239-
CMYK00.4200.06
HSL300º75.94%73.92%-
HSV(B)300º42.26%93.73%-
XYZ60.2742.7686.74-
YUV179.71161.46170.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.80%
GREEN value IS 138 (54.30% from 255) = 22.40%
BLUE value IS 239 (93.75% from 255) = 38.80%
R=38.80%
G=22.40%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913823900.4200.0630075.9473.92
HexEF8AEF02A0612c4c4a
Octal35721235705206454114112
Binary1110111110001010111011110101010011010010110010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8AEF; }

 p { color: rgb(239,138,239); }

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

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

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

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

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

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

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