Html Css Color HEX #E417FE Psychedelic Purple

📋 copy color: '#E417FE'

red 228 ◦ green 23 ◦ blue 254

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

Shades of Psychedelic Purple #E417FE

Tints of Psychedelic Purple #E417FE

RGB

 RED value IS 228 (89.45% from 255) = 45.15%

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

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

R = 45.15%
G = 4.55%
B = 50.3%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E417FE (or 0xE417FE) is known color: Psychedelic Purple. HEX triplet: E4, 17 and FE. RGB value is (228,23,254). Sum of RGB (Red+Green+Blue) = 228+23+254=505 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.15% from 505); Green value is 23 (9.38% from 255 or 4.55% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #E417FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E417FE is #1BE801. Grayscale: #6D6D6D. Windows color (decimal): -1828866 or 16652260. OLE color: 16652260.

HSL color Cylindrical-coordinate representation of color #E417FE: hue angle of 293.25º 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 #E417FE is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 228 23 254 -
CMYK 0.10 0.91 0 0.00
HSL 293.25º 0.99% 0.54% -
HSV(B) 293.25º 0.91% 1% -
XYZ 50.19 24.26 95.8 -
YUV 110.63 208.92 211.72 -
System Red Green Blue C M Y K H S L
Decimal 228 23 254 0.10 0.91 0 0.00 293.25 0.99 0.54
Hex E4 17 FE A 5B 0 0 125 63 36
Octal 344 27 376 12 133 0 0 445 143 66
Binary 11100100 10111 11111110 1010 1011011 0 0 100100101 1100011 110110

Color Harmonies of #E417FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E417FE

Black with #E417FE

Text Example


Text Example

White with #E417FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E417FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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