#EF7DF1

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

Shades of Violet #EF7DF1

Tints of Violet #EF7DF1

Color information

#EF7DF1 (or 0xEF7DF1) is unknown color: approx Violet. HEX triplet: EF, 7D and F1. RGB value is (239,125,241). Sum of RGB (Red+Green+Blue) = 239+125+241=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 125 (49.22% from 255 or 20.66% from 605); Blue value is 241 (94.53% from 255 or 39.83% from 605); Max value from RGB is 241 - color contains mainly: blue. Hex color #EF7DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7DF1 is #10820E. Grayscale: #ABABAB. Windows color (decimal): -1081871 or 15826415. OLE color: 15826415.

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

Color convert

RGB239125241-
CMYK0.010.4800.05
HSL298.97º80.56%71.76%-
HSV(B)298.97º48.13%94.51%-
XYZ58.8139.3787.72-
YUV172.31166.77175.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.50%
GREEN value IS 125 (49.22% from 255) = 20.66%
BLUE value IS 241 (94.53% from 255) = 39.83%
R=39.50%
G=20.66%
B=39.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2391252410.010.4800.05298.9780.5671.76
HexEF7DF11300512b5148
Octal35717536116005453121110
Binary111011111111101111100011110000010110010101110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7DF1; }

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

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

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

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

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

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

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

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