#EF8FED

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

Shades of Violet #EF8FED

Tints of Violet #EF8FED

Color information

#EF8FED (or 0xEF8FED) is unknown color: approx Violet. HEX triplet: EF, 8F and ED. RGB value is (239,143,237). Sum of RGB (Red+Green+Blue) = 239+143+237=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 143 (56.25% from 255 or 23.10% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8FED is #107012. Grayscale: #B6B6B6. Windows color (decimal): -1077267 or 15568879. OLE color: 15568879.

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

Color convert

RGB239143237-
CMYK00.400.010.06
HSL301.25º75%74.9%-
HSV(B)301.25º40.17%93.73%-
XYZ60.7144.1185.44-
YUV182.42158.8168.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.61%
GREEN value IS 143 (56.25% from 255) = 23.10%
BLUE value IS 237 (92.97% from 255) = 38.29%
R=38.61%
G=23.10%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914323700.400.010.06301.257574.9
HexEF8FED0281612d4b4b
Octal35721735505016455113113
Binary1110111110001111111011010101000111010010110110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8FED; }

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

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

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

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

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

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

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

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