#EF8AFD

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

Shades of Violet #EF8AFD

Tints of Violet #EF8AFD

Color information

#EF8AFD (or 0xEF8AFD) is unknown color: approx Violet. HEX triplet: EF, 8A and FD. RGB value is (239,138,253). Sum of RGB (Red+Green+Blue) = 239+138+253=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 138 (54.30% from 255 or 21.90% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF8AFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8AFD is #107502. Grayscale: #B4B4B4. Windows color (decimal): -1078531 or 16616175. OLE color: 16616175.

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

Color convert

RGB239138253-
CMYK0.060.4500.01
HSL292.7º96.64%76.67%-
HSV(B)292.7º45.45%99.22%-
XYZ62.4143.6298.06-
YUV181.31168.46169.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.94%
GREEN value IS 138 (54.30% from 255) = 21.90%
BLUE value IS 253 (99.22% from 255) = 40.16%
R=37.94%
G=21.90%
B=40.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391382530.060.4500.01292.796.6476.67
HexEF8AFD62D01125614d
Octal35721237565501445141115
Binary1110111110001010111111011101011010110010010111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8AFD; }

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

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

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

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

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

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

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

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