#EF8EF1

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

Shades of Violet #EF8EF1

Tints of Violet #EF8EF1

Color information

#EF8EF1 (or 0xEF8EF1) is unknown color: approx Violet. HEX triplet: EF, 8E and F1. RGB value is (239,142,241). Sum of RGB (Red+Green+Blue) = 239+142+241=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 142 (55.86% from 255 or 22.83% from 622); Blue value is 241 (94.53% from 255 or 38.75% from 622); Max value from RGB is 241 - color contains mainly: blue. Hex color #EF8EF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8EF1 is #10710E. Grayscale: #B5B5B5. Windows color (decimal): -1077519 or 15830767. OLE color: 15830767.

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

Color convert

RGB239142241-
CMYK0.010.4100.05
HSL298.79º77.95%75.1%-
HSV(B)298.79º41.08%94.51%-
XYZ61.1544.0588.5-
YUV182.29161.14168.45-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.42%
GREEN value IS 142 (55.86% from 255) = 22.83%
BLUE value IS 241 (94.53% from 255) = 38.75%
R=38.42%
G=22.83%
B=38.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2391422410.010.4100.05298.7977.9575.1
HexEF8EF11290512b4e4b
Octal35721636115105453116113
Binary1110111110001110111100011101001010110010101110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8EF1; }

 p { color: rgb(239,142,241); }

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

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

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

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

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

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

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