Html Css Color HEX #E42EFF Psychedelic Purple

📋 copy color: '#E42EFF'

red 228 ◦ green 46 ◦ blue 255

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

Shades of Psychedelic Purple #E42EFF

Tints of Psychedelic Purple #E42EFF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 8.7%

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

R = 43.1%
G = 8.7%
B = 48.2%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E42EFF (or 0xE42EFF) is known color: Psychedelic Purple. HEX triplet: E4, 2E and FF. RGB value is (228,46,255). Sum of RGB (Red+Green+Blue) = 228+46+255=529 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.10% from 529); Green value is 46 (18.36% from 255 or 8.70% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #E42EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E42EFF is #1BD100. Grayscale: #7B7B7B. Windows color (decimal): -1822977 or 16723684. OLE color: 16723684.

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

Color convert

RGB 228 46 255 -
CMYK 0.11 0.82 0 0
HSL 292.25º 1% 0.59% -
HSV(B) 292.25º 0.82% 1% -
XYZ 51.02 25.67 96.87 -
YUV 124.24 201.8 202.01 -
System Red Green Blue C M Y K H S L
Decimal 228 46 255 0.11 0.82 0 0 292.25 1 0.59
Hex E4 2E FF B 52 0 0 124 64 3B
Octal 344 56 377 13 122 0 0 444 144 73
Binary 11100100 101110 11111111 1011 1010010 0 0 100100100 1100100 111011

Color Harmonies of #E42EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42EFF

Black with #E42EFF

Text Example


Text Example

White with #E42EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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