Html Css Color HEX #E42FFE Psychedelic Purple

📋 copy color: '#E42FFE'

red 228 ◦ green 47 ◦ blue 254

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

Shades of Psychedelic Purple #E42FFE

Tints of Psychedelic Purple #E42FFE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 8.88%

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

R = 43.1%
G = 8.88%
B = 48.02%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E42FFE (or 0xE42FFE) is known color: Psychedelic Purple. HEX triplet: E4, 2F and FE. RGB value is (228,47,254). Sum of RGB (Red+Green+Blue) = 228+47+254=529 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.10% from 529); Green value is 47 (18.75% from 255 or 8.88% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #E42FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E42FFE is #1BD001. Grayscale: #7C7C7C. Windows color (decimal): -1822722 or 16658404. OLE color: 16658404.

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

Color convert

RGB 228 47 254 -
CMYK 0.10 0.81 0 0.00
HSL 292.46º 0.99% 0.59% -
HSV(B) 292.46º 0.81% 1% -
XYZ 50.9 25.68 96.04 -
YUV 124.72 200.97 201.67 -
System Red Green Blue C M Y K H S L
Decimal 228 47 254 0.10 0.81 0 0.00 292.46 0.99 0.59
Hex E4 2F FE A 51 0 0 124 63 3B
Octal 344 57 376 12 121 0 0 444 143 73
Binary 11100100 101111 11111110 1010 1010001 0 0 100100100 1100011 111011

Color Harmonies of #E42FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42FFE

Black with #E42FFE

Text Example


Text Example

White with #E42FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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