Html Css Color HEX #E419FF Psychedelic Purple

📋 copy color: '#E419FF'

red 228 ◦ green 25 ◦ blue 255

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

Shades of Psychedelic Purple #E419FF

Tints of Psychedelic Purple #E419FF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 4.92%

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

R = 44.88%
G = 4.92%
B = 50.2%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E419FF (or 0xE419FF) is known color: Psychedelic Purple. HEX triplet: E4, 19 and FF. RGB value is (228,25,255). Sum of RGB (Red+Green+Blue) = 228+25+255=508 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.88% from 508); Green value is 25 (10.16% from 255 or 4.92% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #E419FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E419FF is #1BE600. Grayscale: #6F6F6F. Windows color (decimal): -1828353 or 16718308. OLE color: 16718308.

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

Color convert

RGB 228 25 255 -
CMYK 0.11 0.90 0 0
HSL 292.96º 1% 0.55% -
HSV(B) 292.96º 0.9% 1% -
XYZ 50.39 24.41 96.66 -
YUV 111.92 208.75 210.8 -
System Red Green Blue C M Y K H S L
Decimal 228 25 255 0.11 0.90 0 0 292.96 1 0.55
Hex E4 19 FF B 5A 0 0 125 64 37
Octal 344 31 377 13 132 0 0 445 144 67
Binary 11100100 11001 11111111 1011 1011010 0 0 100100101 1100100 110111

Color Harmonies of #E419FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E419FF

Black with #E419FF

Text Example


Text Example

White with #E419FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E419FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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