Html Css Color HEX #E115FD Psychedelic Purple

📋 copy color: '#E115FD'

red 225 ◦ green 21 ◦ blue 253

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

Shades of Psychedelic Purple #E115FD

Tints of Psychedelic Purple #E115FD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.21%

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

R = 45.09%
G = 4.21%
B = 50.7%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E115FD (or 0xE115FD) is known color: Psychedelic Purple. HEX triplet: E1, 15 and FD. RGB value is (225,21,253). Sum of RGB (Red+Green+Blue) = 225+21+253=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 21 (8.59% from 255 or 4.21% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #E115FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E115FD is #1EEA02. Grayscale: #6B6B6B. Windows color (decimal): -2025987 or 16586209. OLE color: 16586209.

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

Color convert

RGB 225 21 253 -
CMYK 0.11 0.92 0 0.01
HSL 292.76º 0.98% 0.54% -
HSV(B) 292.76º 0.92% 0.99% -
XYZ 49.05 23.64 94.91 -
YUV 108.44 209.59 211.14 -
System Red Green Blue C M Y K H S L
Decimal 225 21 253 0.11 0.92 0 0.01 292.76 0.98 0.54
Hex E1 15 FD B 5C 0 1 125 62 36
Octal 341 25 375 13 134 0 1 445 142 66
Binary 11100001 10101 11111101 1011 1011100 0 1 100100101 1100010 110110

Color Harmonies of #E115FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E115FD

Black with #E115FD

Text Example


Text Example

White with #E115FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E115FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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