#EA75E6

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

Shades of Violet #EA75E6

Tints of Violet #EA75E6

Color information

#EA75E6 (or 0xEA75E6) is unknown color: approx Violet. HEX triplet: EA, 75 and E6. RGB value is (234,117,230). Sum of RGB (Red+Green+Blue) = 234+117+230=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 117 (46.09% from 255 or 20.14% from 581); Blue value is 230 (90.23% from 255 or 39.59% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EA75E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA75E6 is #158A19. Grayscale: #A4A4A4. Windows color (decimal): -1411610 or 15103466. OLE color: 15103466.

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

Color convert

RGB234117230-
CMYK00.50.020.08
HSL302.05º73.58%68.82%-
HSV(B)302.05º50%91.76%-
XYZ54.5835.9378.92-
YUV164.86164.76177.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.28%
GREEN value IS 117 (46.09% from 255) = 20.14%
BLUE value IS 230 (90.23% from 255) = 39.59%
R=40.28%
G=20.14%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411723000.50.020.08302.0573.5868.82
HexEA75E60322812e4a45
Octal352165346062210456112105
Binary11101010111010111100110011001010100010010111010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA75E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA75E6; }

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

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

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

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

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

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

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

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