Html Css Color HEX #E414FA Psychedelic Purple

📋 copy color: '#E414FA'

red 228 ◦ green 20 ◦ blue 250

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

Shades of Psychedelic Purple #E414FA

Tints of Psychedelic Purple #E414FA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.02%

 BLUE value IS 250 (98.05% from 255) = 50.2%

R = 45.78%
G = 4.02%
B = 50.2%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E414FA (or 0xE414FA) is known color: Psychedelic Purple. HEX triplet: E4, 14 and FA. RGB value is (228,20,250). Sum of RGB (Red+Green+Blue) = 228+20+250=498 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.78% from 498); Green value is 20 (8.20% from 255 or 4.02% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #E414FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E414FA is #1BEB05. Grayscale: #6B6B6B. Windows color (decimal): -1829638 or 16389348. OLE color: 16389348.

HSL color Cylindrical-coordinate representation of color #E414FA: hue angle of 294.26º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E414FA is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 228 20 250 -
CMYK 0.09 0.92 0 0.02
HSL 294.26º 0.96% 0.53% -
HSV(B) 294.26º 0.92% 0.98% -
XYZ 49.5 23.9 92.45 -
YUV 108.41 207.91 213.3 -
System Red Green Blue C M Y K H S L
Decimal 228 20 250 0.09 0.92 0 0.02 294.26 0.96 0.53
Hex E4 14 FA 9 5C 0 2 126 60 35
Octal 344 24 372 11 134 0 2 446 140 65
Binary 11100100 10100 11111010 1001 1011100 0 10 100100110 1100000 110101

Color Harmonies of #E414FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E414FA

Black with #E414FA

Text Example


Text Example

White with #E414FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E414FA; }

 p { color: rgb(228,20,250); }

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

background-color css

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

 a { background-color: rgb(228,20,250); }

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

border-color css

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

 span { border-color: rgb(228,20,250); }

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