#EF8FEE

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

Shades of Violet #EF8FEE

Tints of Violet #EF8FEE

Color information

#EF8FEE (or 0xEF8FEE) is unknown color: approx Violet. HEX triplet: EF, 8F and EE. RGB value is (239,143,238). Sum of RGB (Red+Green+Blue) = 239+143+238=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 143 (56.25% from 255 or 23.06% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8FEE is #107011. Grayscale: #B6B6B6. Windows color (decimal): -1077266 or 15634415. OLE color: 15634415.

HSL color Cylindrical-coordinate representation of color #EF8FEE: hue angle of 300.62º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF8FEE is Cyan = 0, Magento = 0.40, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB239143238-
CMYK00.400.000.06
HSL300.62º75%74.9%-
HSV(B)300.62º40.17%93.73%-
XYZ60.8544.1786.21-
YUV182.53159.3168.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.55%
GREEN value IS 143 (56.25% from 255) = 23.06%
BLUE value IS 238 (93.36% from 255) = 38.39%
R=38.55%
G=23.06%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914323800.400.000.06300.627574.9
HexEF8FEE0280612d4b4b
Octal35721735605006455113113
Binary1110111110001111111011100101000011010010110110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8FEE; }

 p { color: rgb(239,143,238); }

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

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

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

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

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

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

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