#EF7EE7

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

Shades of Violet #EF7EE7

Tints of Violet #EF7EE7

Color information

#EF7EE7 (or 0xEF7EE7) is unknown color: approx Violet. HEX triplet: EF, 7E and E7. RGB value is (239,126,231). Sum of RGB (Red+Green+Blue) = 239+126+231=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 126 (49.61% from 255 or 21.14% from 596); Blue value is 231 (90.62% from 255 or 38.76% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7EE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7EE7 is #108118. Grayscale: #ABABAB. Windows color (decimal): -1081625 or 15171311. OLE color: 15171311.

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

Color convert

RGB239126231-
CMYK00.470.030.06
HSL304.25º77.93%71.57%-
HSV(B)304.25º47.28%93.73%-
XYZ57.4839.0480.11-
YUV171.76161.44175.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.10%
GREEN value IS 126 (49.61% from 255) = 21.14%
BLUE value IS 231 (90.62% from 255) = 38.76%
R=40.10%
G=21.14%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912623100.470.030.06304.2577.9371.57
HexEF7EE702F361304e48
Octal35717634705736460116110
Binary1110111111111101110011101011111111010011000010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7EE7; }

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

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

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

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

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

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

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

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