Html Css Color HEX #E425F9 Psychedelic Purple

📋 copy color: '#E425F9'

red 228 ◦ green 37 ◦ blue 249

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

Shades of Psychedelic Purple #E425F9

Tints of Psychedelic Purple #E425F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.44%

R = 44.36%
G = 7.2%
B = 48.44%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E425F9 (or 0xE425F9) is known color: Psychedelic Purple. HEX triplet: E4, 25 and F9. RGB value is (228,37,249). Sum of RGB (Red+Green+Blue) = 228+37+249=514 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.36% from 514); Green value is 37 (14.84% from 255 or 7.20% from 514); Blue value is 249 (97.66% from 255 or 48.44% from 514); Max value from RGB is 249 - color contains mainly: blue. Hex color #E425F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E425F9 is #1BDA06. Grayscale: #757575. Windows color (decimal): -1825287 or 16328164. OLE color: 16328164.

HSL color Cylindrical-coordinate representation of color #E425F9: hue angle of 294.06º degrees, saturation: 0.95, 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 #E425F9 is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 228 37 249 -
CMYK 0.08 0.85 0 0.02
HSL 294.06º 0.95% 0.56% -
HSV(B) 294.06º 0.85% 0.98% -
XYZ 49.76 24.66 91.76 -
YUV 118.28 201.78 206.26 -
System Red Green Blue C M Y K H S L
Decimal 228 37 249 0.08 0.85 0 0.02 294.06 0.95 0.56
Hex E4 25 F9 8 55 0 2 126 5F 38
Octal 344 45 371 10 125 0 2 446 137 70
Binary 11100100 100101 11111001 1000 1010101 0 10 100100110 1011111 111000

Color Harmonies of #E425F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E425F9

Black with #E425F9

Text Example


Text Example

White with #E425F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E425F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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