#EA75FF

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

Shades of Heliotrope #EA75FF

Tints of Heliotrope #EA75FF

Color information

#EA75FF (or 0xEA75FF) is unknown color: approx Heliotrope. HEX triplet: EA, 75 and FF. RGB value is (234,117,255). Sum of RGB (Red+Green+Blue) = 234+117+255=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 117 (46.09% from 255 or 19.31% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA75FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA75FF is #158A00. Grayscale: #A7A7A7. Windows color (decimal): -1411585 or 16741866. OLE color: 16741866.

HSL color Cylindrical-coordinate representation of color #EA75FF: hue angle of 290.87º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EA75FF is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB234117255-
CMYK0.080.5400
HSL290.87º100%72.94%-
HSV(B)290.87º54.12%100%-
XYZ58.3437.4498.76-
YUV167.71177.26175.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.61%
GREEN value IS 117 (46.09% from 255) = 19.31%
BLUE value IS 255 (100% from 255) = 42.08%
R=38.61%
G=19.31%
B=42.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2341172550.080.5400290.8710072.94
HexEA75FF836001236449
Octal352165377106600443144111
Binary1110101011101011111111110001101100010010001111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA75FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA75FF; }

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

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

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

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

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

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

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

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