#EF7AED

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

Shades of Violet #EF7AED

Tints of Violet #EF7AED

Color information

#EF7AED (or 0xEF7AED) is unknown color: approx Violet. HEX triplet: EF, 7A and ED. RGB value is (239,122,237). Sum of RGB (Red+Green+Blue) = 239+122+237=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 122 (48.05% from 255 or 20.40% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7AED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7AED is #108512. Grayscale: #A9A9A9. Windows color (decimal): -1082643 or 15563503. OLE color: 15563503.

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

Color convert

RGB239122237-
CMYK00.490.010.06
HSL301.03º78.52%70.78%-
HSV(B)301.03º48.95%93.73%-
XYZ57.8438.3884.48-
YUV170.09165.76177.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.97%
GREEN value IS 122 (48.05% from 255) = 20.40%
BLUE value IS 237 (92.97% from 255) = 39.63%
R=39.97%
G=20.40%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912223700.490.010.06301.0378.5270.78
HexEF7AED0311612d4f47
Octal35717235506116455117107
Binary111011111111010111011010110001111010010110110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7AED; }

 p { color: rgb(239,122,237); }

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

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

 a { background-color: rgb(239,122,237); }

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

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

 span { border-color: rgb(239,122,237); }

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