Html Css Color HEX #E424FC Psychedelic Purple

📋 copy color: '#E424FC'

red 228 ◦ green 36 ◦ blue 252

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

Shades of Psychedelic Purple #E424FC

Tints of Psychedelic Purple #E424FC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 6.98%

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

R = 44.19%
G = 6.98%
B = 48.84%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E424FC (or 0xE424FC) is known color: Psychedelic Purple. HEX triplet: E4, 24 and FC. RGB value is (228,36,252). Sum of RGB (Red+Green+Blue) = 228+36+252=516 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.19% from 516); Green value is 36 (14.45% from 255 or 6.98% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #E424FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E424FC is #1BDB03. Grayscale: #757575. Windows color (decimal): -1825540 or 16524516. OLE color: 16524516.

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

Color convert

RGB 228 36 252 -
CMYK 0.10 0.86 0 0.01
HSL 293.33º 0.97% 0.56% -
HSV(B) 293.33º 0.86% 0.99% -
XYZ 50.2 24.78 94.23 -
YUV 118.03 203.61 206.44 -
System Red Green Blue C M Y K H S L
Decimal 228 36 252 0.10 0.86 0 0.01 293.33 0.97 0.56
Hex E4 24 FC A 56 0 1 125 61 38
Octal 344 44 374 12 126 0 1 445 141 70
Binary 11100100 100100 11111100 1010 1010110 0 1 100100101 1100001 111000

Color Harmonies of #E424FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E424FC

Black with #E424FC

Text Example


Text Example

White with #E424FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E424FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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