Html Css Color HEX #E11FFD Psychedelic Purple

📋 copy color: '#E11FFD'

red 225 ◦ green 31 ◦ blue 253

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

Shades of Psychedelic Purple #E11FFD

Tints of Psychedelic Purple #E11FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.71%

R = 44.2%
G = 6.09%
B = 49.71%

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

#E11FFD (or 0xE11FFD) is known color: Psychedelic Purple. HEX triplet: E1, 1F and FD. RGB value is (225,31,253). Sum of RGB (Red+Green+Blue) = 225+31+253=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 31 (12.5% from 255 or 6.09% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #E11FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11FFD is #1EE002. Grayscale: #717171. Windows color (decimal): -2023427 or 16588769. OLE color: 16588769.

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

Color convert

RGB 225 31 253 -
CMYK 0.11 0.88 0 0.01
HSL 292.43º 0.98% 0.56% -
HSV(B) 292.43º 0.88% 0.99% -
XYZ 49.27 24.08 94.98 -
YUV 114.31 206.27 206.95 -
System Red Green Blue C M Y K H S L
Decimal 225 31 253 0.11 0.88 0 0.01 292.43 0.98 0.56
Hex E1 1F FD B 58 0 1 124 62 38
Octal 341 37 375 13 130 0 1 444 142 70
Binary 11100001 11111 11111101 1011 1011000 0 1 100100100 1100010 111000

Color Harmonies of #E11FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11FFD

Black with #E11FFD

Text Example


Text Example

White with #E11FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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