Html Css Color HEX #E11DFC Psychedelic Purple

📋 copy color: '#E11DFC'

red 225 ◦ green 29 ◦ blue 252

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

Shades of Psychedelic Purple #E11DFC

Tints of Psychedelic Purple #E11DFC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.73%

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

R = 44.47%
G = 5.73%
B = 49.8%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E11DFC (or 0xE11DFC) is known color: Psychedelic Purple. HEX triplet: E1, 1D and FC. RGB value is (225,29,252). Sum of RGB (Red+Green+Blue) = 225+29+252=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 29 (11.72% from 255 or 5.73% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #E11DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11DFC is #1EE203. Grayscale: #707070. Windows color (decimal): -2023940 or 16522721. OLE color: 16522721.

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

Color convert

RGB 225 29 252 -
CMYK 0.11 0.88 0 0.01
HSL 292.74º 0.97% 0.55% -
HSV(B) 292.74º 0.88% 0.99% -
XYZ 49.06 23.91 94.13 -
YUV 113.03 206.43 207.87 -
System Red Green Blue C M Y K H S L
Decimal 225 29 252 0.11 0.88 0 0.01 292.74 0.97 0.55
Hex E1 1D FC B 58 0 1 125 61 37
Octal 341 35 374 13 130 0 1 445 141 67
Binary 11100001 11101 11111100 1011 1011000 0 1 100100101 1100001 110111

Color Harmonies of #E11DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11DFC

Black with #E11DFC

Text Example


Text Example

White with #E11DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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