Html Css Color HEX #E11DF0 Psychedelic Purple

📋 copy color: '#E11DF0'

red 225 ◦ green 29 ◦ blue 240

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

Shades of Psychedelic Purple #E11DF0

Tints of Psychedelic Purple #E11DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.58%

R = 45.55%
G = 5.87%
B = 48.58%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E11DF0 (or 0xE11DF0) is known color: Psychedelic Purple. HEX triplet: E1, 1D and F0. RGB value is (225,29,240). Sum of RGB (Red+Green+Blue) = 225+29+240=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 29 (11.72% from 255 or 5.87% from 494); Blue value is 240 (94.14% from 255 or 48.58% from 494); Max value from RGB is 240 - color contains mainly: blue. Hex color #E11DF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11DF0 is #1EE20F. Grayscale: #6F6F6F. Windows color (decimal): -2023952 or 15736289. OLE color: 15736289.

HSL color Cylindrical-coordinate representation of color #E11DF0: hue angle of 295.73º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11DF0 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 225 29 240 -
CMYK 0.06 0.88 0 0.06
HSL 295.73º 0.88% 0.53% -
HSV(B) 295.73º 0.88% 0.94% -
XYZ 47.22 23.18 84.42 -
YUV 111.66 200.43 208.84 -
System Red Green Blue C M Y K H S L
Decimal 225 29 240 0.06 0.88 0 0.06 295.73 0.88 0.53
Hex E1 1D F0 6 58 0 6 128 58 35
Octal 341 35 360 6 130 0 6 450 130 65
Binary 11100001 11101 11110000 110 1011000 0 110 100101000 1011000 110101

Color Harmonies of #E11DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11DF0

Black with #E11DF0

Text Example


Text Example

White with #E11DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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