#EF7DFD

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

Shades of Violet #EF7DFD

Tints of Violet #EF7DFD

Color information

#EF7DFD (or 0xEF7DFD) is unknown color: approx Violet. HEX triplet: EF, 7D and FD. RGB value is (239,125,253). Sum of RGB (Red+Green+Blue) = 239+125+253=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 125 (49.22% from 255 or 20.26% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF7DFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7DFD is #108202. Grayscale: #ADADAD. Windows color (decimal): -1081859 or 16612847. OLE color: 16612847.

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

Color convert

RGB239125253-
CMYK0.060.5100.01
HSL293.44º96.97%74.12%-
HSV(B)293.44º50.59%99.22%-
XYZ60.6640.1197.47-
YUV173.68172.77174.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.74%
GREEN value IS 125 (49.22% from 255) = 20.26%
BLUE value IS 253 (99.22% from 255) = 41.00%
R=38.74%
G=20.26%
B=41.00%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391252530.060.5100.01293.4496.9774.12
HexEF7DFD63301125614a
Octal35717537566301445141112
Binary111011111111101111111011101100110110010010111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7DFD; }

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

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

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

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

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

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

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

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