#EA8CFD

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

Shades of Violet #EA8CFD

Tints of Violet #EA8CFD

Color information

#EA8CFD (or 0xEA8CFD) is unknown color: approx Violet. HEX triplet: EA, 8C and FD. RGB value is (234,140,253). Sum of RGB (Red+Green+Blue) = 234+140+253=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 140 (55.08% from 255 or 22.33% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #EA8CFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8CFD is #157302. Grayscale: #B4B4B4. Windows color (decimal): -1405699 or 16616682. OLE color: 16616682.

HSL color Cylindrical-coordinate representation of color #EA8CFD: hue angle of 289.91º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EA8CFD is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB234140253-
CMYK0.080.4500.01
HSL289.91º96.58%77.06%-
HSV(B)289.91º44.66%99.22%-
XYZ61.0443.3498.08-
YUV180.99168.64165.81-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.32%
GREEN value IS 140 (55.08% from 255) = 22.33%
BLUE value IS 253 (99.22% from 255) = 40.35%
R=37.32%
G=22.33%
B=40.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2341402530.080.4500.01289.9196.5877.06
HexEA8CFD82D01122614d
Octal352214375105501442141115
Binary11101010100011001111110110001011010110010001011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8CFD; }

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

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

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

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

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

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

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

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