#EF7EEA

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

Shades of Violet #EF7EEA

Tints of Violet #EF7EEA

Color information

#EF7EEA (or 0xEF7EEA) is unknown color: approx Violet. HEX triplet: EF, 7E and EA. RGB value is (239,126,234). Sum of RGB (Red+Green+Blue) = 239+126+234=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 126 (49.61% from 255 or 21.04% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7EEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7EEA is #108115. Grayscale: #ABABAB. Windows color (decimal): -1081622 or 15367919. OLE color: 15367919.

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

Color convert

RGB239126234-
CMYK00.470.020.06
HSL302.65º77.93%71.57%-
HSV(B)302.65º47.28%93.73%-
XYZ57.9139.2182.36-
YUV172.1162.94175.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.90%
GREEN value IS 126 (49.61% from 255) = 21.04%
BLUE value IS 234 (91.80% from 255) = 39.07%
R=39.90%
G=21.04%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912623400.470.020.06302.6577.9371.57
HexEF7EEA02F2612f4e48
Octal35717635205726457116110
Binary1110111111111101110101001011111011010010111110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7EEA; }

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

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

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

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

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

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

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

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