#ea7fe6

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

Shades of Violet #EA7FE6

Tints of Violet #EA7FE6

Color information

#EA7FE6 (or 0xEA7FE6) is unknown color: approx Violet. HEX triplet: EA, 7F and E6. RGB value is (234,127,230). Sum of RGB (Red+Green+Blue) = 234+127+230=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 127 (50% from 255 or 21.49% from 591); Blue value is 230 (90.23% from 255 or 38.92% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7FE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA7FE6 is #158019. Grayscale: #AAAAAA. Windows color (decimal): -1409050 or 15106026. OLE color: 15106026.

HSL color Cylindrical-coordinate representation of color #EA7FE6: hue angle of 302.24º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EA7FE6 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB234127230-
CMYK00.460.020.08
HSL302.24º71.81%70.78%-
HSV(B)302.24º45.73%91.76%-
XYZ55.838.3879.33-
YUV170.74161.45173.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.59%
GREEN value IS 127 (50% from 255) = 21.49%
BLUE value IS 230 (90.23% from 255) = 38.92%
R=39.59%
G=21.49%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412723000.460.020.08302.2471.8170.78
HexEA7FE602E2812e4847
Octal352177346056210456110107
Binary11101010111111111100110010111010100010010111010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea7fe6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea7fe6; }

 p { color: rgb(234,127,230); }

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

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

 a { background-color: rgb(234,127,230); }

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

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

 span { border-color: rgb(234,127,230); }

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