Html Css Color HEX #E42AFE Psychedelic Purple

📋 copy color: '#E42AFE'

red 228 ◦ green 42 ◦ blue 254

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

Shades of Psychedelic Purple #E42AFE

Tints of Psychedelic Purple #E42AFE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.02%

 BLUE value IS 254 (99.61% from 255) = 48.47%

R = 43.51%
G = 8.02%
B = 48.47%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E42AFE (or 0xE42AFE) is known color: Psychedelic Purple. HEX triplet: E4, 2A and FE. RGB value is (228,42,254). Sum of RGB (Red+Green+Blue) = 228+42+254=524 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.51% from 524); Green value is 42 (16.80% from 255 or 8.02% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #E42AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E42AFE is #1BD501. Grayscale: #797979. Windows color (decimal): -1824002 or 16657124. OLE color: 16657124.

HSL color Cylindrical-coordinate representation of color #E42AFE: hue angle of 292.64º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E42AFE is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 228 42 254 -
CMYK 0.10 0.83 0 0.00
HSL 292.64º 0.99% 0.58% -
HSV(B) 292.64º 0.83% 1% -
XYZ 50.71 25.31 95.98 -
YUV 121.78 202.62 203.76 -
System Red Green Blue C M Y K H S L
Decimal 228 42 254 0.10 0.83 0 0.00 292.64 0.99 0.58
Hex E4 2A FE A 53 0 0 125 63 3A
Octal 344 52 376 12 123 0 0 445 143 72
Binary 11100100 101010 11111110 1010 1010011 0 0 100100101 1100011 111010

Color Harmonies of #E42AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42AFE

Black with #E42AFE

Text Example


Text Example

White with #E42AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42AFE; }

 p { color: rgb(228,42,254); }

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

background-color css

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

 a { background-color: rgb(228,42,254); }

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

border-color css

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

 span { border-color: rgb(228,42,254); }

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