Html Css Color HEX #E418FF Psychedelic Purple

📋 copy color: '#E418FF'

red 228 ◦ green 24 ◦ blue 255

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

Shades of Psychedelic Purple #E418FF

Tints of Psychedelic Purple #E418FF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.73%

 BLUE value IS 255 (100% from 255) = 50.3%

R = 44.97%
G = 4.73%
B = 50.3%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E418FF (or 0xE418FF) is known color: Psychedelic Purple. HEX triplet: E4, 18 and FF. RGB value is (228,24,255). Sum of RGB (Red+Green+Blue) = 228+24+255=507 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.97% from 507); Green value is 24 (9.77% from 255 or 4.73% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #E418FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E418FF is #1BE700. Grayscale: #6E6E6E. Windows color (decimal): -1828609 or 16718052. OLE color: 16718052.

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

Color convert

RGB 228 24 255 -
CMYK 0.11 0.91 0 0
HSL 292.99º 1% 0.55% -
HSV(B) 292.99º 0.91% 1% -
XYZ 50.37 24.37 96.66 -
YUV 111.33 209.09 211.22 -
System Red Green Blue C M Y K H S L
Decimal 228 24 255 0.11 0.91 0 0 292.99 1 0.55
Hex E4 18 FF B 5B 0 0 125 64 37
Octal 344 30 377 13 133 0 0 445 144 67
Binary 11100100 11000 11111111 1011 1011011 0 0 100100101 1100100 110111

Color Harmonies of #E418FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E418FF

Black with #E418FF

Text Example


Text Example

White with #E418FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E418FF; }

 p { color: rgb(228,24,255); }

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

background-color css

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

 a { background-color: rgb(228,24,255); }

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

border-color css

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

 span { border-color: rgb(228,24,255); }

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