#EF7EE6

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

Shades of Violet #EF7EE6

Tints of Violet #EF7EE6

Color information

#EF7EE6 (or 0xEF7EE6) is unknown color: approx Violet. HEX triplet: EF, 7E and E6. RGB value is (239,126,230). Sum of RGB (Red+Green+Blue) = 239+126+230=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 126 (49.61% from 255 or 21.18% from 595); Blue value is 230 (90.23% from 255 or 38.66% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7EE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7EE6 is #108119. Grayscale: #ABABAB. Windows color (decimal): -1081626 or 15105775. OLE color: 15105775.

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

Color convert

RGB239126230-
CMYK00.470.040.06
HSL304.78º77.93%71.57%-
HSV(B)304.78º47.28%93.73%-
XYZ57.3438.9979.37-
YUV171.64160.94176.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.17%
GREEN value IS 126 (49.61% from 255) = 21.18%
BLUE value IS 230 (90.23% from 255) = 38.66%
R=40.17%
G=21.18%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912623000.470.040.06304.7877.9371.57
HexEF7EE602F461314e48
Octal35717634605746461116110
Binary11101111111111011100110010111110011010011000110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7EE6; }

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

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

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

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

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

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

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

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