Html Css Color HEX #E426FF Psychedelic Purple

📋 copy color: '#E426FF'

red 228 ◦ green 38 ◦ blue 255

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

Shades of Psychedelic Purple #E426FF

Tints of Psychedelic Purple #E426FF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.29%

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

R = 43.76%
G = 7.29%
B = 48.94%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E426FF (or 0xE426FF) is known color: Psychedelic Purple. HEX triplet: E4, 26 and FF. RGB value is (228,38,255). Sum of RGB (Red+Green+Blue) = 228+38+255=521 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.76% from 521); Green value is 38 (15.23% from 255 or 7.29% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #E426FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E426FF is #1BD900. Grayscale: #767676. Windows color (decimal): -1825025 or 16721636. OLE color: 16721636.

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

Color convert

RGB 228 38 255 -
CMYK 0.11 0.85 0 0
HSL 292.53º 1% 0.57% -
HSV(B) 292.53º 0.85% 1% -
XYZ 50.74 25.1 96.78 -
YUV 119.55 204.45 205.36 -
System Red Green Blue C M Y K H S L
Decimal 228 38 255 0.11 0.85 0 0 292.53 1 0.57
Hex E4 26 FF B 55 0 0 125 64 39
Octal 344 46 377 13 125 0 0 445 144 71
Binary 11100100 100110 11111111 1011 1010101 0 0 100100101 1100100 111001

Color Harmonies of #E426FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E426FF

Black with #E426FF

Text Example


Text Example

White with #E426FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E426FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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