#ef8cef

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

Shades of Violet #EF8CEF

Tints of Violet #EF8CEF

Color information

#EF8CEF (or 0xEF8CEF) is unknown color: approx Violet. HEX triplet: EF, 8C and EF. RGB value is (239,140,239). Sum of RGB (Red+Green+Blue) = 239+140+239=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 140 (55.08% from 255 or 22.65% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF8CEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8CEF is #107310. Grayscale: #B4B4B4. Windows color (decimal): -1078033 or 15699183. OLE color: 15699183.

HSL color Cylindrical-coordinate representation of color #EF8CEF: 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.41%. Process color model (Four color, CMYK) of #EF8CEF is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB239140239-
CMYK00.4100.06
HSL300º75.57%74.31%-
HSV(B)300º41.42%93.73%-
XYZ60.5543.3486.84-
YUV180.89160.8169.45-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.67%
GREEN value IS 140 (55.08% from 255) = 22.65%
BLUE value IS 239 (93.75% from 255) = 38.67%
R=38.67%
G=22.65%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914023900.4100.0630075.5774.31
HexEF8CEF0290612c4c4a
Octal35721435705106454114112
Binary1110111110001100111011110101001011010010110010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef8cef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef8cef; }

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

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

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

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

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

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

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

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