Html Css Color HEX #E11FF1 Psychedelic Purple

📋 copy color: '#E11FF1'

red 225 ◦ green 31 ◦ blue 241

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

Shades of Psychedelic Purple #E11FF1

Tints of Psychedelic Purple #E11FF1

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.24%

 BLUE value IS 241 (94.53% from 255) = 48.49%

R = 45.27%
G = 6.24%
B = 48.49%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E11FF1 (or 0xE11FF1) is known color: Psychedelic Purple. HEX triplet: E1, 1F and F1. RGB value is (225,31,241). Sum of RGB (Red+Green+Blue) = 225+31+241=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 31 (12.5% from 255 or 6.24% from 497); Blue value is 241 (94.53% from 255 or 48.49% from 497); Max value from RGB is 241 - color contains mainly: blue. Hex color #E11FF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11FF1 is #1EE00E. Grayscale: #707070. Windows color (decimal): -2023439 or 15802337. OLE color: 15802337.

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

Color convert

RGB 225 31 241 -
CMYK 0.07 0.87 0 0.05
HSL 295.43º 0.88% 0.53% -
HSV(B) 295.43º 0.87% 0.95% -
XYZ 47.42 23.34 85.22 -
YUV 112.95 200.27 207.92 -
System Red Green Blue C M Y K H S L
Decimal 225 31 241 0.07 0.87 0 0.05 295.43 0.88 0.53
Hex E1 1F F1 7 57 0 5 127 58 35
Octal 341 37 361 7 127 0 5 447 130 65
Binary 11100001 11111 11110001 111 1010111 0 101 100100111 1011000 110101

Color Harmonies of #E11FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11FF1

Black with #E11FF1

Text Example


Text Example

White with #E11FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11FF1; }

 p { color: rgb(225,31,241); }

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

background-color css

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

 a { background-color: rgb(225,31,241); }

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

border-color css

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

 span { border-color: rgb(225,31,241); }

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