Html Css Color HEX #E413FF Psychedelic Purple

📋 copy color: '#E413FF'

red 228 ◦ green 19 ◦ blue 255

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

Shades of Psychedelic Purple #E413FF

Tints of Psychedelic Purple #E413FF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.78%

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

R = 45.42%
G = 3.78%
B = 50.8%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E413FF (or 0xE413FF) is known color: Psychedelic Purple. HEX triplet: E4, 13 and FF. RGB value is (228,19,255). Sum of RGB (Red+Green+Blue) = 228+19+255=502 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.42% from 502); Green value is 19 (7.81% from 255 or 3.78% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #E413FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E413FF is #1BEC00. Grayscale: #6B6B6B. Windows color (decimal): -1829889 or 16716772. OLE color: 16716772.

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

Color convert

RGB 228 19 255 -
CMYK 0.11 0.93 0 0
HSL 293.14º 1% 0.54% -
HSV(B) 293.14º 0.93% 1% -
XYZ 50.28 24.18 96.62 -
YUV 108.4 210.74 213.31 -
System Red Green Blue C M Y K H S L
Decimal 228 19 255 0.11 0.93 0 0 293.14 1 0.54
Hex E4 13 FF B 5D 0 0 125 64 36
Octal 344 23 377 13 135 0 0 445 144 66
Binary 11100100 10011 11111111 1011 1011101 0 0 100100101 1100100 110110

Color Harmonies of #E413FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E413FF

Black with #E413FF

Text Example


Text Example

White with #E413FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E413FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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