Html Css Color HEX #E11EEA Psychedelic Purple

📋 copy color: '#E11EEA'

red 225 ◦ green 30 ◦ blue 234

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

Shades of Psychedelic Purple #E11EEA

Tints of Psychedelic Purple #E11EEA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.13%

 BLUE value IS 234 (91.8% from 255) = 47.85%

R = 46.01%
G = 6.13%
B = 47.85%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E11EEA (or 0xE11EEA) is known color: Psychedelic Purple. HEX triplet: E1, 1E and EA. RGB value is (225,30,234). Sum of RGB (Red+Green+Blue) = 225+30+234=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 30 (12.11% from 255 or 6.13% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #E11EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11EEA is #1EE115. Grayscale: #6E6E6E. Windows color (decimal): -2023702 or 15343329. OLE color: 15343329.

HSL color Cylindrical-coordinate representation of color #E11EEA: hue angle of 297.35º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E11EEA is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 225 30 234 -
CMYK 0.04 0.87 0 0.08
HSL 297.35º 0.83% 0.52% -
HSV(B) 297.35º 0.87% 0.92% -
XYZ 46.37 22.88 79.81 -
YUV 111.56 197.1 208.91 -
System Red Green Blue C M Y K H S L
Decimal 225 30 234 0.04 0.87 0 0.08 297.35 0.83 0.52
Hex E1 1E EA 4 57 0 8 129 53 34
Octal 341 36 352 4 127 0 10 451 123 64
Binary 11100001 11110 11101010 100 1010111 0 1000 100101001 1010011 110100

Color Harmonies of #E11EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11EEA

Black with #E11EEA

Text Example


Text Example

White with #E11EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11EEA; }

 p { color: rgb(225,30,234); }

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

background-color css

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

 a { background-color: rgb(225,30,234); }

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

border-color css

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

 span { border-color: rgb(225,30,234); }

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