#EA7EEF

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

Shades of Violet #EA7EEF

Tints of Violet #EA7EEF

Color information

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

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

Color convert

RGB234126239-
CMYK0.020.4700.06
HSL297.35º77.93%71.57%-
HSV(B)297.35º47.28%93.73%-
XYZ56.9738.6586.12-
YUV171.17166.28172.81-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2341262390.020.4700.06297.3577.9371.57
HexEA7EEF22F061294e48
Octal35217635725706451116110
Binary1110101011111101110111110101111011010010100110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7EEF; }

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

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

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

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

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

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

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

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