Html Css Color HEX #E217FE Psychedelic Purple

📋 copy color: '#E217FE'

red 226 ◦ green 23 ◦ blue 254

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

Shades of Psychedelic Purple #E217FE

Tints of Psychedelic Purple #E217FE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.57%

 BLUE value IS 254 (99.61% from 255) = 50.5%

R = 44.93%
G = 4.57%
B = 50.5%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E217FE (or 0xE217FE) is known color: Psychedelic Purple. HEX triplet: E2, 17 and FE. RGB value is (226,23,254). Sum of RGB (Red+Green+Blue) = 226+23+254=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 23 (9.38% from 255 or 4.57% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #E217FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E217FE is #1DE801. Grayscale: #6D6D6D. Windows color (decimal): -1959938 or 16652258. OLE color: 16652258.

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

Color convert

RGB 226 23 254 -
CMYK 0.11 0.91 0 0.00
HSL 292.73º 0.99% 0.54% -
HSV(B) 292.73º 0.91% 1% -
XYZ 49.56 23.94 95.77 -
YUV 110.03 209.25 210.72 -
System Red Green Blue C M Y K H S L
Decimal 226 23 254 0.11 0.91 0 0.00 292.73 0.99 0.54
Hex E2 17 FE B 5B 0 0 125 63 36
Octal 342 27 376 13 133 0 0 445 143 66
Binary 11100010 10111 11111110 1011 1011011 0 0 100100101 1100011 110110

Color Harmonies of #E217FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E217FE

Black with #E217FE

Text Example


Text Example

White with #E217FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E217FE; }

 p { color: rgb(226,23,254); }

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

background-color css

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

 a { background-color: rgb(226,23,254); }

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

border-color css

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

 span { border-color: rgb(226,23,254); }

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