#EA11F8

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

Shades of Psychedelic Purple #EA11F8

Tints of Psychedelic Purple #EA11F8

Color information

#EA11F8 (or 0xEA11F8) is unknown color: approx Psychedelic Purple. HEX triplet: EA, 11 and F8. RGB value is (234,17,248). Sum of RGB (Red+Green+Blue) = 234+17+248=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 17 (7.03% from 255 or 3.41% from 499); Blue value is 248 (97.27% from 255 or 49.70% from 499); Max value from RGB is 248 - color contains mainly: blue. Hex color #EA11F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA11F8 is #15EE07. Grayscale: #6B6B6B. Windows color (decimal): -1437192 or 16257514. OLE color: 16257514.

HSL color Cylindrical-coordinate representation of color #EA11F8: hue angle of 296.36º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA11F8 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB23417248-
CMYK0.060.9300.03
HSL296.36º94.29%51.96%-
HSV(B)296.36º93.15%97.25%-
XYZ51.0824.6790.88-
YUV108.22206.89217.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.89%
GREEN value IS 17 (7.03% from 255) = 3.41%
BLUE value IS 248 (97.27% from 255) = 49.70%
R=46.89%
G=3.41%
B=49.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal234172480.060.9300.03296.3694.2951.96
HexEA11F865D031285e34
Octal3522137061350345013664
Binary11101010100011111100011010111010111001010001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA11F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA11F8; }

 p { color: rgb(234,17,248); }

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

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

 a { background-color: rgb(234,17,248); }

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

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

 span { border-color: rgb(234,17,248); }

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