Html Css Color HEX #E417F0 Psychedelic Purple

📋 copy color: '#E417F0'

red 228 ◦ green 23 ◦ blue 240

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

Shades of Psychedelic Purple #E417F0

Tints of Psychedelic Purple #E417F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.88%

R = 46.44%
G = 4.68%
B = 48.88%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E417F0 (or 0xE417F0) is known color: Psychedelic Purple. HEX triplet: E4, 17 and F0. RGB value is (228,23,240). Sum of RGB (Red+Green+Blue) = 228+23+240=491 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.44% from 491); Green value is 23 (9.38% from 255 or 4.68% from 491); Blue value is 240 (94.14% from 255 or 48.88% from 491); Max value from RGB is 240 - color contains mainly: blue. Hex color #E417F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E417F0 is #1BE80F. Grayscale: #6C6C6C. Windows color (decimal): -1828880 or 15734756. OLE color: 15734756.

HSL color Cylindrical-coordinate representation of color #E417F0: hue angle of 296.68º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E417F0 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 228 23 240 -
CMYK 0.05 0.90 0 0.06
HSL 296.68º 0.88% 0.52% -
HSV(B) 296.68º 0.9% 0.94% -
XYZ 48.03 23.4 84.42 -
YUV 109.03 201.92 212.86 -
System Red Green Blue C M Y K H S L
Decimal 228 23 240 0.05 0.90 0 0.06 296.68 0.88 0.52
Hex E4 17 F0 5 5A 0 6 129 58 34
Octal 344 27 360 5 132 0 6 451 130 64
Binary 11100100 10111 11110000 101 1011010 0 110 100101001 1011000 110100

Color Harmonies of #E417F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E417F0

Black with #E417F0

Text Example


Text Example

White with #E417F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E417F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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