#EF8FEC

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

Shades of Violet #EF8FEC

Tints of Violet #EF8FEC

Color information

#EF8FEC (or 0xEF8FEC) is unknown color: approx Violet. HEX triplet: EF, 8F and EC. RGB value is (239,143,236). Sum of RGB (Red+Green+Blue) = 239+143+236=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 143 (56.25% from 255 or 23.14% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8FEC is #107013. Grayscale: #B6B6B6. Windows color (decimal): -1077268 or 15503343. OLE color: 15503343.

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

Color convert

RGB239143236-
CMYK00.400.010.06
HSL301.88º75%74.9%-
HSV(B)301.88º40.17%93.73%-
XYZ60.5644.0584.67-
YUV182.31158.3168.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.67%
GREEN value IS 143 (56.25% from 255) = 23.14%
BLUE value IS 236 (92.58% from 255) = 38.19%
R=38.67%
G=23.14%
B=38.19%

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
Decimal23914323600.400.010.06301.887574.9
HexEF8FEC0281612e4b4b
Octal35721735405016456113113
Binary1110111110001111111011000101000111010010111010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8FEC; }

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

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

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

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

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

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

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

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