Html Css Color HEX #E11AFF Psychedelic Purple

📋 copy color: '#E11AFF'

red 225 ◦ green 26 ◦ blue 255

#E11AFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #E11AFF

Tints of Psychedelic Purple #E11AFF

RGB

 RED value IS 225 (88.28% from 255) = 44.47%

 GREEN value IS 26 (10.55% from 255) = 5.14%

 BLUE value IS 255 (100% from 255) = 50.4%

R = 44.47%
G = 5.14%
B = 50.4%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E11AFF (or 0xE11AFF) is known color: Psychedelic Purple. HEX triplet: E1, 1A and FF. RGB value is (225,26,255). Sum of RGB (Red+Green+Blue) = 225+26+255=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 26 (10.55% from 255 or 5.14% 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 #E11AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11AFF is #1EE500. Grayscale: #6E6E6E. Windows color (decimal): -2024705 or 16718561. OLE color: 16718561.

HSL color Cylindrical-coordinate representation of color #E11AFF: hue angle of 292.14º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E11AFF is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 225 26 255 -
CMYK 0.12 0.90 0 0
HSL 292.14º 1% 0.55% -
HSV(B) 292.14º 0.9% 1% -
XYZ 49.47 23.97 96.63 -
YUV 111.61 208.93 208.88 -
System Red Green Blue C M Y K H S L
Decimal 225 26 255 0.12 0.90 0 0 292.14 1 0.55
Hex E1 1A FF C 5A 0 0 124 64 37
Octal 341 32 377 14 132 0 0 444 144 67
Binary 11100001 11010 11111111 1100 1011010 0 0 100100100 1100100 110111

Color Harmonies of #E11AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11AFF

Black with #E11AFF

Text Example


Text Example

White with #E11AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11AFF; }

 p { color: rgb(225,26,255); }

 H1.HeaderClassName
 {
   color: #E11AFF;
 }
 .AnyTagClassName
 {
   color: #E11AFF;
 }
</style>

background-color css

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

 a { background-color: rgb(225,26,255); }

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

border-color css

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

 span { border-color: rgb(225,26,255); }

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