Html Css Color HEX #E417FC Psychedelic Purple

📋 copy color: '#E417FC'

red 228 ◦ green 23 ◦ blue 252

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

Shades of Psychedelic Purple #E417FC

Tints of Psychedelic Purple #E417FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.1%

R = 45.33%
G = 4.57%
B = 50.1%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E417FC (or 0xE417FC) is known color: Psychedelic Purple. HEX triplet: E4, 17 and FC. RGB value is (228,23,252). Sum of RGB (Red+Green+Blue) = 228+23+252=503 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.33% from 503); Green value is 23 (9.38% from 255 or 4.57% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #E417FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E417FC is #1BE803. Grayscale: #6D6D6D. Windows color (decimal): -1828868 or 16521188. OLE color: 16521188.

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

Color convert

RGB 228 23 252 -
CMYK 0.10 0.91 0 0.01
HSL 293.71º 0.97% 0.54% -
HSV(B) 293.71º 0.91% 0.99% -
XYZ 49.87 24.14 94.13 -
YUV 110.4 207.92 211.88 -
System Red Green Blue C M Y K H S L
Decimal 228 23 252 0.10 0.91 0 0.01 293.71 0.97 0.54
Hex E4 17 FC A 5B 0 1 126 61 36
Octal 344 27 374 12 133 0 1 446 141 66
Binary 11100100 10111 11111100 1010 1011011 0 1 100100110 1100001 110110

Color Harmonies of #E417FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E417FC

Black with #E417FC

Text Example


Text Example

White with #E417FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E417FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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