Html Css Color HEX #E426FC Psychedelic Purple

📋 copy color: '#E426FC'

red 228 ◦ green 38 ◦ blue 252

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

Shades of Psychedelic Purple #E426FC

Tints of Psychedelic Purple #E426FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.65%

R = 44.02%
G = 7.34%
B = 48.65%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E426FC (or 0xE426FC) is known color: Psychedelic Purple. HEX triplet: E4, 26 and FC. RGB value is (228,38,252). Sum of RGB (Red+Green+Blue) = 228+38+252=518 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.02% from 518); Green value is 38 (15.23% from 255 or 7.34% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #E426FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E426FC is #1BD903. Grayscale: #767676. Windows color (decimal): -1825028 or 16525028. OLE color: 16525028.

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

Color convert

RGB 228 38 252 -
CMYK 0.10 0.85 0 0.01
HSL 293.27º 0.97% 0.57% -
HSV(B) 293.27º 0.85% 0.99% -
XYZ 50.26 24.91 94.25 -
YUV 119.21 202.95 205.6 -
System Red Green Blue C M Y K H S L
Decimal 228 38 252 0.10 0.85 0 0.01 293.27 0.97 0.57
Hex E4 26 FC A 55 0 1 125 61 39
Octal 344 46 374 12 125 0 1 445 141 71
Binary 11100100 100110 11111100 1010 1010101 0 1 100100101 1100001 111001

Color Harmonies of #E426FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E426FC

Black with #E426FC

Text Example


Text Example

White with #E426FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E426FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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