#EF8EFD

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

Shades of Violet #EF8EFD

Tints of Violet #EF8EFD

Color information

#EF8EFD (or 0xEF8EFD) is unknown color: approx Violet. HEX triplet: EF, 8E and FD. RGB value is (239,142,253). Sum of RGB (Red+Green+Blue) = 239+142+253=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 142 (55.86% from 255 or 22.40% from 634); Blue value is 253 (99.22% from 255 or 39.91% from 634); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF8EFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8EFD is #107102. Grayscale: #B7B7B7. Windows color (decimal): -1077507 or 16617199. OLE color: 16617199.

HSL color Cylindrical-coordinate representation of color #EF8EFD: hue angle of 292.43º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EF8EFD is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB239142253-
CMYK0.060.4400.01
HSL292.43º96.52%77.45%-
HSV(B)292.43º43.87%99.22%-
XYZ6344.7998.25-
YUV183.66167.14167.47-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.70%
GREEN value IS 142 (55.86% from 255) = 22.40%
BLUE value IS 253 (99.22% from 255) = 39.91%
R=37.70%
G=22.40%
B=39.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391422530.060.4400.01292.4396.5277.45
HexEF8EFD62C01124614d
Octal35721637565401444141115
Binary1110111110001110111111011101011000110010010011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8EFD; }

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

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

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

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

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

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

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

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