#ef7ae6

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

Shades of Violet #EF7AE6

Tints of Violet #EF7AE6

Color information

#EF7AE6 (or 0xEF7AE6) is unknown color: approx Violet. HEX triplet: EF, 7A and E6. RGB value is (239,122,230). Sum of RGB (Red+Green+Blue) = 239+122+230=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 122 (48.05% from 255 or 20.64% from 591); Blue value is 230 (90.23% from 255 or 38.92% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7AE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7AE6 is #108519. Grayscale: #A8A8A8. Windows color (decimal): -1082650 or 15104751. OLE color: 15104751.

HSL color Cylindrical-coordinate representation of color #EF7AE6: hue angle of 304.62º 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 #EF7AE6 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB239122230-
CMYK00.490.040.06
HSL304.62º78.52%70.78%-
HSV(B)304.62º48.95%93.73%-
XYZ56.8437.9879.2-
YUV169.3162.26177.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.44%
GREEN value IS 122 (48.05% from 255) = 20.64%
BLUE value IS 230 (90.23% from 255) = 38.92%
R=40.44%
G=20.64%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912223000.490.040.06304.6278.5270.78
HexEF7AE6031461314f47
Octal35717234606146461117107
Binary11101111111101011100110011000110011010011000110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef7ae6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef7ae6; }

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

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

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

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

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

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

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

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