Html Css Color HEX #E215FD Psychedelic Purple

📋 copy color: '#E215FD'

red 226 ◦ green 21 ◦ blue 253

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

Shades of Psychedelic Purple #E215FD

Tints of Psychedelic Purple #E215FD

RGB

 RED value IS 226 (88.67% from 255) = 45.2%

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

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

R = 45.2%
G = 4.2%
B = 50.6%

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

#E215FD (or 0xE215FD) is known color: Psychedelic Purple. HEX triplet: E2, 15 and FD. RGB value is (226,21,253). Sum of RGB (Red+Green+Blue) = 226+21+253=500 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.2% from 500); Green value is 21 (8.59% from 255 or 4.2% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #E215FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E215FD is #1DEA02. Grayscale: #6C6C6C. Windows color (decimal): -1960451 or 16586210. OLE color: 16586210.

HSL color Cylindrical-coordinate representation of color #E215FD: hue angle of 293.02º 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 #E215FD is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 226 21 253 -
CMYK 0.11 0.92 0 0.01
HSL 293.02º 0.98% 0.54% -
HSV(B) 293.02º 0.92% 0.99% -
XYZ 49.36 23.8 94.92 -
YUV 108.74 209.42 211.64 -
System Red Green Blue C M Y K H S L
Decimal 226 21 253 0.11 0.92 0 0.01 293.02 0.98 0.54
Hex E2 15 FD B 5C 0 1 125 62 36
Octal 342 25 375 13 134 0 1 445 142 66
Binary 11100010 10101 11111101 1011 1011100 0 1 100100101 1100010 110110

Color Harmonies of #E215FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E215FD

Black with #E215FD

Text Example


Text Example

White with #E215FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E215FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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