Html Css Color HEX #E11CFE Psychedelic Purple

📋 copy color: '#E11CFE'

red 225 ◦ green 28 ◦ blue 254

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

Shades of Psychedelic Purple #E11CFE

Tints of Psychedelic Purple #E11CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.1%

R = 44.38%
G = 5.52%
B = 50.1%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E11CFE (or 0xE11CFE) is known color: Psychedelic Purple. HEX triplet: E1, 1C and FE. RGB value is (225,28,254). Sum of RGB (Red+Green+Blue) = 225+28+254=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 28 (11.33% from 255 or 5.52% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #E11CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11CFE is #1EE301. Grayscale: #6F6F6F. Windows color (decimal): -2024194 or 16653537. OLE color: 16653537.

HSL color Cylindrical-coordinate representation of color #E11CFE: hue angle of 292.3º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E11CFE is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 225 28 254 -
CMYK 0.11 0.89 0 0.00
HSL 292.3º 0.99% 0.55% -
HSV(B) 292.3º 0.89% 1% -
XYZ 49.36 23.99 95.8 -
YUV 112.67 207.77 208.12 -
System Red Green Blue C M Y K H S L
Decimal 225 28 254 0.11 0.89 0 0.00 292.3 0.99 0.55
Hex E1 1C FE B 59 0 0 124 63 37
Octal 341 34 376 13 131 0 0 444 143 67
Binary 11100001 11100 11111110 1011 1011001 0 0 100100100 1100011 110111

Color Harmonies of #E11CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11CFE

Black with #E11CFE

Text Example


Text Example

White with #E11CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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