Html Css Color HEX #E11DFB Psychedelic Purple

📋 copy color: '#E11DFB'

red 225 ◦ green 29 ◦ blue 251

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

Shades of Psychedelic Purple #E11DFB

Tints of Psychedelic Purple #E11DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.7%

R = 44.55%
G = 5.74%
B = 49.7%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E11DFB (or 0xE11DFB) is known color: Psychedelic Purple. HEX triplet: E1, 1D and FB. RGB value is (225,29,251). Sum of RGB (Red+Green+Blue) = 225+29+251=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 29 (11.72% from 255 or 5.74% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #E11DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11DFB is #1EE204. Grayscale: #707070. Windows color (decimal): -2023941 or 16457185. OLE color: 16457185.

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

Color convert

RGB 225 29 251 -
CMYK 0.10 0.88 0 0.02
HSL 292.97º 0.97% 0.55% -
HSV(B) 292.97º 0.88% 0.98% -
XYZ 48.9 23.85 93.29 -
YUV 112.91 205.93 207.95 -
System Red Green Blue C M Y K H S L
Decimal 225 29 251 0.10 0.88 0 0.02 292.97 0.97 0.55
Hex E1 1D FB A 58 0 2 125 61 37
Octal 341 35 373 12 130 0 2 445 141 67
Binary 11100001 11101 11111011 1010 1011000 0 10 100100101 1100001 110111

Color Harmonies of #E11DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11DFB

Black with #E11DFB

Text Example


Text Example

White with #E11DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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