Html Css Color HEX #E421FC Psychedelic Purple

📋 copy color: '#E421FC'

red 228 ◦ green 33 ◦ blue 252

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

Shades of Psychedelic Purple #E421FC

Tints of Psychedelic Purple #E421FC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.43%

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

R = 44.44%
G = 6.43%
B = 49.12%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E421FC (or 0xE421FC) is known color: Psychedelic Purple. HEX triplet: E4, 21 and FC. RGB value is (228,33,252). Sum of RGB (Red+Green+Blue) = 228+33+252=513 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.44% from 513); Green value is 33 (13.28% from 255 or 6.43% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #E421FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E421FC is #1BDE03. Grayscale: #737373. Windows color (decimal): -1826308 or 16523748. OLE color: 16523748.

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

Color convert

RGB 228 33 252 -
CMYK 0.10 0.87 0 0.01
HSL 293.42º 0.97% 0.56% -
HSV(B) 293.42º 0.87% 0.99% -
XYZ 50.11 24.61 94.2 -
YUV 116.27 204.6 207.69 -
System Red Green Blue C M Y K H S L
Decimal 228 33 252 0.10 0.87 0 0.01 293.42 0.97 0.56
Hex E4 21 FC A 57 0 1 125 61 38
Octal 344 41 374 12 127 0 1 445 141 70
Binary 11100100 100001 11111100 1010 1010111 0 1 100100101 1100001 111000

Color Harmonies of #E421FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E421FC

Black with #E421FC

Text Example


Text Example

White with #E421FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E421FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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