Html Css Color HEX #E425FA Psychedelic Purple

📋 copy color: '#E425FA'

red 228 ◦ green 37 ◦ blue 250

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

Shades of Psychedelic Purple #E425FA

Tints of Psychedelic Purple #E425FA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.18%

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

R = 44.27%
G = 7.18%
B = 48.54%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E425FA (or 0xE425FA) is known color: Psychedelic Purple. HEX triplet: E4, 25 and FA. RGB value is (228,37,250). Sum of RGB (Red+Green+Blue) = 228+37+250=515 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.27% from 515); Green value is 37 (14.84% from 255 or 7.18% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #E425FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E425FA is #1BDA05. Grayscale: #757575. Windows color (decimal): -1825286 or 16393700. OLE color: 16393700.

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

Color convert

RGB 228 37 250 -
CMYK 0.09 0.85 0 0.02
HSL 293.8º 0.96% 0.56% -
HSV(B) 293.8º 0.85% 0.98% -
XYZ 49.91 24.72 92.58 -
YUV 118.39 202.28 206.18 -
System Red Green Blue C M Y K H S L
Decimal 228 37 250 0.09 0.85 0 0.02 293.8 0.96 0.56
Hex E4 25 FA 9 55 0 2 126 60 38
Octal 344 45 372 11 125 0 2 446 140 70
Binary 11100100 100101 11111010 1001 1010101 0 10 100100110 1100000 111000

Color Harmonies of #E425FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E425FA

Black with #E425FA

Text Example


Text Example

White with #E425FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E425FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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