#EA8CED

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

Shades of Violet #EA8CED

Tints of Violet #EA8CED

Color information

#EA8CED (or 0xEA8CED) is unknown color: approx Violet. HEX triplet: EA, 8C and ED. RGB value is (234,140,237). Sum of RGB (Red+Green+Blue) = 234+140+237=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 140 (55.08% from 255 or 22.91% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA8CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8CED is #157312. Grayscale: #B2B2B2. Windows color (decimal): -1405715 or 15568106. OLE color: 15568106.

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

Color convert

RGB234140237-
CMYK0.010.4100.07
HSL298.14º72.93%73.92%-
HSV(B)298.14º40.93%92.94%-
XYZ58.642.3685.21-
YUV179.16160.64167.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.30%
GREEN value IS 140 (55.08% from 255) = 22.91%
BLUE value IS 237 (92.97% from 255) = 38.79%
R=38.30%
G=22.91%
B=38.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341402370.010.4100.07298.1472.9373.92
HexEA8CED1290712a494a
Octal35221435515107452111112
Binary1110101010001100111011011101001011110010101010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8CED; }

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

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

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

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

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

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

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

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