Html Css Color HEX #E11CF8 Psychedelic Purple

📋 copy color: '#E11CF8'

red 225 ◦ green 28 ◦ blue 248

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

Shades of Psychedelic Purple #E11CF8

Tints of Psychedelic Purple #E11CF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 49.5%

R = 44.91%
G = 5.59%
B = 49.5%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E11CF8 (or 0xE11CF8) is known color: Psychedelic Purple. HEX triplet: E1, 1C and F8. RGB value is (225,28,248). Sum of RGB (Red+Green+Blue) = 225+28+248=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 28 (11.33% from 255 or 5.59% from 501); Blue value is 248 (97.27% from 255 or 49.50% from 501); Max value from RGB is 248 - color contains mainly: blue. Hex color #E11CF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11CF8 is #1EE307. Grayscale: #6F6F6F. Windows color (decimal): -2024200 or 16260321. OLE color: 16260321.

HSL color Cylindrical-coordinate representation of color #E11CF8: hue angle of 293.73º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E11CF8 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 225 28 248 -
CMYK 0.09 0.89 0 0.03
HSL 293.73º 0.94% 0.54% -
HSV(B) 293.73º 0.89% 0.97% -
XYZ 48.41 23.62 90.81 -
YUV 111.98 204.77 208.61 -
System Red Green Blue C M Y K H S L
Decimal 225 28 248 0.09 0.89 0 0.03 293.73 0.94 0.54
Hex E1 1C F8 9 59 0 3 126 5E 36
Octal 341 34 370 11 131 0 3 446 136 66
Binary 11100001 11100 11111000 1001 1011001 0 11 100100110 1011110 110110

Color Harmonies of #E11CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11CF8

Black with #E11CF8

Text Example


Text Example

White with #E11CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11CF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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