#EF7DE8

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

Shades of Violet #EF7DE8

Tints of Violet #EF7DE8

Color information

#EF7DE8 (or 0xEF7DE8) is unknown color: approx Violet. HEX triplet: EF, 7D and E8. RGB value is (239,125,232). Sum of RGB (Red+Green+Blue) = 239+125+232=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 125 (49.22% from 255 or 20.97% from 596); Blue value is 232 (91.02% from 255 or 38.93% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7DE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7DE8 is #108217. Grayscale: #AAAAAA. Windows color (decimal): -1081880 or 15236591. OLE color: 15236591.

HSL color Cylindrical-coordinate representation of color #EF7DE8: hue angle of 303.68º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF7DE8 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB239125232-
CMYK00.480.030.06
HSL303.68º78.08%71.37%-
HSV(B)303.68º47.7%93.73%-
XYZ57.538.8480.81-
YUV171.28162.27176.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.10%
GREEN value IS 125 (49.22% from 255) = 20.97%
BLUE value IS 232 (91.02% from 255) = 38.93%
R=40.10%
G=20.97%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912523200.480.030.06303.6878.0871.37
HexEF7DE8030361304e47
Octal35717535006036460116107
Binary1110111111111011110100001100001111010011000010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7DE8; }

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

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

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

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

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

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

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

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