Html Css Color HEX #E11CEA Psychedelic Purple

📋 copy color: '#E11CEA'

red 225 ◦ green 28 ◦ blue 234

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

Shades of Psychedelic Purple #E11CEA

Tints of Psychedelic Purple #E11CEA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.75%

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

R = 46.2%
G = 5.75%
B = 48.05%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E11CEA (or 0xE11CEA) is known color: Psychedelic Purple. HEX triplet: E1, 1C and EA. RGB value is (225,28,234). Sum of RGB (Red+Green+Blue) = 225+28+234=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 28 (11.33% from 255 or 5.75% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #E11CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11CEA is #1EE315. Grayscale: #6D6D6D. Windows color (decimal): -2024214 or 15342817. OLE color: 15342817.

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

Color convert

RGB 225 28 234 -
CMYK 0.04 0.88 0 0.08
HSL 297.38º 0.83% 0.51% -
HSV(B) 297.38º 0.88% 0.92% -
XYZ 46.32 22.78 79.8 -
YUV 110.39 197.77 209.75 -
System Red Green Blue C M Y K H S L
Decimal 225 28 234 0.04 0.88 0 0.08 297.38 0.83 0.51
Hex E1 1C EA 4 58 0 8 129 53 33
Octal 341 34 352 4 130 0 10 451 123 63
Binary 11100001 11100 11101010 100 1011000 0 1000 100101001 1010011 110011

Color Harmonies of #E11CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11CEA

Black with #E11CEA

Text Example


Text Example

White with #E11CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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