Html Css Color HEX #E412FF Psychedelic Purple

📋 copy color: '#E412FF'

red 228 ◦ green 18 ◦ blue 255

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

Shades of Psychedelic Purple #E412FF

Tints of Psychedelic Purple #E412FF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.59%

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

R = 45.51%
G = 3.59%
B = 50.9%

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

#E412FF (or 0xE412FF) is known color: Psychedelic Purple. HEX triplet: E4, 12 and FF. RGB value is (228,18,255). Sum of RGB (Red+Green+Blue) = 228+18+255=501 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.51% from 501); Green value is 18 (7.42% from 255 or 3.59% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #E412FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E412FF is #1BED00. Grayscale: #6B6B6B. Windows color (decimal): -1830145 or 16716516. OLE color: 16716516.

HSL color Cylindrical-coordinate representation of color #E412FF: hue angle of 293.16º 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 #E412FF is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 228 18 255 -
CMYK 0.11 0.93 0 0
HSL 293.16º 1% 0.54% -
HSV(B) 293.16º 0.93% 1% -
XYZ 50.26 24.15 96.62 -
YUV 107.81 211.07 213.73 -
System Red Green Blue C M Y K H S L
Decimal 228 18 255 0.11 0.93 0 0 293.16 1 0.54
Hex E4 12 FF B 5D 0 0 125 64 36
Octal 344 22 377 13 135 0 0 445 144 66
Binary 11100100 10010 11111111 1011 1011101 0 0 100100101 1100100 110110

Color Harmonies of #E412FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E412FF

Black with #E412FF

Text Example


Text Example

White with #E412FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E412FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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