Html Css Color HEX #E11CF9 Psychedelic Purple

📋 copy color: '#E11CF9'

red 225 ◦ green 28 ◦ blue 249

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

Shades of Psychedelic Purple #E11CF9

Tints of Psychedelic Purple #E11CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.6%

R = 44.82%
G = 5.58%
B = 49.6%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E11CF9 (or 0xE11CF9) is known color: Psychedelic Purple. HEX triplet: E1, 1C and F9. RGB value is (225,28,249). Sum of RGB (Red+Green+Blue) = 225+28+249=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 28 (11.33% from 255 or 5.58% from 502); Blue value is 249 (97.66% from 255 or 49.60% from 502); Max value from RGB is 249 - color contains mainly: blue. Hex color #E11CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11CF9 is #1EE306. Grayscale: #6F6F6F. Windows color (decimal): -2024199 or 16325857. OLE color: 16325857.

HSL color Cylindrical-coordinate representation of color #E11CF9: hue angle of 293.48º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E11CF9 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 225 28 249 -
CMYK 0.10 0.89 0 0.02
HSL 293.48º 0.95% 0.54% -
HSV(B) 293.48º 0.89% 0.98% -
XYZ 48.57 23.68 91.63 -
YUV 112.1 205.27 208.53 -
System Red Green Blue C M Y K H S L
Decimal 225 28 249 0.10 0.89 0 0.02 293.48 0.95 0.54
Hex E1 1C F9 A 59 0 2 125 5F 36
Octal 341 34 371 12 131 0 2 445 137 66
Binary 11100001 11100 11111001 1010 1011001 0 10 100100101 1011111 110110

Color Harmonies of #E11CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11CF9

Black with #E11CF9

Text Example


Text Example

White with #E11CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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