#EA94ED

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

Shades of Violet #EA94ED

Tints of Violet #EA94ED

Color information

#EA94ED (or 0xEA94ED) is unknown color: approx Violet. HEX triplet: EA, 94 and ED. RGB value is (234,148,237). Sum of RGB (Red+Green+Blue) = 234+148+237=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 148 (58.20% from 255 or 23.91% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA94ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA94ED is #156B12. Grayscale: #B7B7B7. Windows color (decimal): -1403667 or 15570154. OLE color: 15570154.

HSL color Cylindrical-coordinate representation of color #EA94ED: hue angle of 297.98º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EA94ED is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234148237-
CMYK0.010.3800.07
HSL297.98º71.2%75.49%-
HSV(B)297.98º37.55%92.94%-
XYZ59.8144.7985.61-
YUV183.86157.99163.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.80%
GREEN value IS 148 (58.20% from 255) = 23.91%
BLUE value IS 237 (92.97% from 255) = 38.29%
R=37.80%
G=23.91%
B=38.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341482370.010.3800.07297.9871.275.49
HexEA94ED1260712a474b
Octal35222435514607452107113
Binary1110101010010100111011011100110011110010101010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA94ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA94ED; }

 p { color: rgb(234,148,237); }

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

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

 a { background-color: rgb(234,148,237); }

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

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

 span { border-color: rgb(234,148,237); }

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