Html Css Color HEX #E415FF Psychedelic Purple

📋 copy color: '#E415FF'

red 228 ◦ green 21 ◦ blue 255

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

Shades of Psychedelic Purple #E415FF

Tints of Psychedelic Purple #E415FF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.17%

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

R = 45.24%
G = 4.17%
B = 50.6%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E415FF (or 0xE415FF) is known color: Psychedelic Purple. HEX triplet: E4, 15 and FF. RGB value is (228,21,255). Sum of RGB (Red+Green+Blue) = 228+21+255=504 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.24% from 504); Green value is 21 (8.59% from 255 or 4.17% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #E415FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E415FF is #1BEA00. Grayscale: #6C6C6C. Windows color (decimal): -1829377 or 16717284. OLE color: 16717284.

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

Color convert

RGB 228 21 255 -
CMYK 0.11 0.92 0 0
HSL 293.08º 1% 0.54% -
HSV(B) 293.08º 0.92% 1% -
XYZ 50.31 24.25 96.64 -
YUV 109.57 210.08 212.47 -
System Red Green Blue C M Y K H S L
Decimal 228 21 255 0.11 0.92 0 0 293.08 1 0.54
Hex E4 15 FF B 5C 0 0 125 64 36
Octal 344 25 377 13 134 0 0 445 144 66
Binary 11100100 10101 11111111 1011 1011100 0 0 100100101 1100100 110110

Color Harmonies of #E415FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E415FF

Black with #E415FF

Text Example


Text Example

White with #E415FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E415FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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