#EA8DEF

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

Shades of Violet #EA8DEF

Tints of Violet #EA8DEF

Color information

#EA8DEF (or 0xEA8DEF) is unknown color: approx Violet. HEX triplet: EA, 8D and EF. RGB value is (234,141,239). Sum of RGB (Red+Green+Blue) = 234+141+239=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 141 (55.47% from 255 or 22.96% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 239 - color contains mainly: blue. Hex color #EA8DEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8DEF is #157210. Grayscale: #B3B3B3. Windows color (decimal): -1405457 or 15699434. OLE color: 15699434.

HSL color Cylindrical-coordinate representation of color #EA8DEF: hue angle of 296.94º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA8DEF is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB234141239-
CMYK0.020.4100.06
HSL296.94º75.38%74.51%-
HSV(B)296.94º41%93.73%-
XYZ59.0442.7786.81-
YUV179.98161.31166.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.11%
GREEN value IS 141 (55.47% from 255) = 22.96%
BLUE value IS 239 (93.75% from 255) = 38.93%
R=38.11%
G=22.96%
B=38.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2341412390.020.4100.06296.9475.3874.51
HexEA8DEF229061294b4b
Octal35221535725106451113113
Binary11101010100011011110111110101001011010010100110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8DEF; }

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

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

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

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

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

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

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

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