Html Css Color HEX #E11CFC Psychedelic Purple

📋 copy color: '#E11CFC'

red 225 ◦ green 28 ◦ blue 252

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

Shades of Psychedelic Purple #E11CFC

Tints of Psychedelic Purple #E11CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.9%

R = 44.55%
G = 5.54%
B = 49.9%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E11CFC (or 0xE11CFC) is known color: Psychedelic Purple. HEX triplet: E1, 1C and FC. RGB value is (225,28,252). Sum of RGB (Red+Green+Blue) = 225+28+252=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 28 (11.33% from 255 or 5.54% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #E11CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11CFC is #1EE303. Grayscale: #6F6F6F. Windows color (decimal): -2024196 or 16522465. OLE color: 16522465.

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

Color convert

RGB 225 28 252 -
CMYK 0.11 0.89 0 0.01
HSL 292.77º 0.97% 0.55% -
HSV(B) 292.77º 0.89% 0.99% -
XYZ 49.04 23.87 94.12 -
YUV 112.44 206.77 208.29 -
System Red Green Blue C M Y K H S L
Decimal 225 28 252 0.11 0.89 0 0.01 292.77 0.97 0.55
Hex E1 1C FC B 59 0 1 125 61 37
Octal 341 34 374 13 131 0 1 445 141 67
Binary 11100001 11100 11111100 1011 1011001 0 1 100100101 1100001 110111

Color Harmonies of #E11CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11CFC

Black with #E11CFC

Text Example


Text Example

White with #E11CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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