#EF8DF8

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

Shades of Violet #EF8DF8

Tints of Violet #EF8DF8

Color information

#EF8DF8 (or 0xEF8DF8) is unknown color: approx Violet. HEX triplet: EF, 8D and F8. RGB value is (239,141,248). Sum of RGB (Red+Green+Blue) = 239+141+248=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 141 (55.47% from 255 or 22.45% from 628); Blue value is 248 (97.27% from 255 or 39.49% from 628); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF8DF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8DF8 is #107207. Grayscale: #B6B6B6. Windows color (decimal): -1077768 or 16289263. OLE color: 16289263.

HSL color Cylindrical-coordinate representation of color #EF8DF8: hue angle of 294.95º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EF8DF8 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB239141248-
CMYK0.040.4300.03
HSL294.95º88.43%76.27%-
HSV(B)294.95º43.15%97.25%-
XYZ62.0644.1894.06-
YUV182.5164.97168.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.06%
GREEN value IS 141 (55.47% from 255) = 22.45%
BLUE value IS 248 (97.27% from 255) = 39.49%
R=38.06%
G=22.45%
B=39.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2391412480.040.4300.03294.9588.4376.27
HexEF8DF842B03127584c
Octal35721537045303447130114
Binary11101111100011011111100010010101101110010011110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8DF8; }

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

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

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

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

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

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

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

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