#EA11FF

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

Shades of Psychedelic Purple #EA11FF

Tints of Psychedelic Purple #EA11FF

Color information

#EA11FF (or 0xEA11FF) is unknown color: approx Psychedelic Purple. HEX triplet: EA, 11 and FF. RGB value is (234,17,255). Sum of RGB (Red+Green+Blue) = 234+17+255=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 17 (7.03% from 255 or 3.36% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA11FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA11FF is #15EE00. Grayscale: #6C6C6C. Windows color (decimal): -1437185 or 16716266. OLE color: 16716266.

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

Color convert

RGB23417255-
CMYK0.080.9300
HSL294.71º100%53.33%-
HSV(B)294.71º93.33%100%-
XYZ52.1825.1196.7-
YUV109.01210.39217.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.25%
GREEN value IS 17 (7.03% from 255) = 3.36%
BLUE value IS 255 (100% from 255) = 50.40%
R=46.25%
G=3.36%
B=50.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal234172550.080.9300294.7110053.33
HexEA11FF85D001276435
Octal35221377101350044714465
Binary11101010100011111111110001011101001001001111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA11FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA11FF; }

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

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

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

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

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

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

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

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