#EF8DEC

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

Shades of Violet #EF8DEC

Tints of Violet #EF8DEC

Color information

#EF8DEC (or 0xEF8DEC) is unknown color: approx Violet. HEX triplet: EF, 8D and EC. RGB value is (239,141,236). Sum of RGB (Red+Green+Blue) = 239+141+236=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 141 (55.47% from 255 or 22.89% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8DEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8DEC is #107213. Grayscale: #B4B4B4. Windows color (decimal): -1077780 or 15502831. OLE color: 15502831.

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

Color convert

RGB239141236-
CMYK00.410.010.06
HSL301.84º75.38%74.51%-
HSV(B)301.84º41%93.73%-
XYZ60.2643.4684.57-
YUV181.13158.97169.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.80%
GREEN value IS 141 (55.47% from 255) = 22.89%
BLUE value IS 236 (92.58% from 255) = 38.31%
R=38.80%
G=22.89%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914123600.410.010.06301.8475.3874.51
HexEF8DEC0291612e4b4b
Octal35721535405116456113113
Binary1110111110001101111011000101001111010010111010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8DEC; }

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

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

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

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

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

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

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

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