Html Css Color HEX #E025FE Psychedelic Purple

📋 copy color: '#E025FE'

red 224 ◦ green 37 ◦ blue 254

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

Shades of Psychedelic Purple #E025FE

Tints of Psychedelic Purple #E025FE

RGB

 RED value IS 224 (87.89% from 255) = 43.5%

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

 BLUE value IS 254 (99.61% from 255) = 49.32%

R = 43.5%
G = 7.18%
B = 49.32%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E025FE (or 0xE025FE) is known color: Psychedelic Purple. HEX triplet: E0, 25 and FE. RGB value is (224,37,254). Sum of RGB (Red+Green+Blue) = 224+37+254=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 37 (14.84% from 255 or 7.18% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #E025FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E025FE is #1FDA01. Grayscale: #747474. Windows color (decimal): -2087426 or 16655840. OLE color: 16655840.

HSL color Cylindrical-coordinate representation of color #E025FE: hue angle of 291.71º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E025FE is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 224 37 254 -
CMYK 0.12 0.85 0 0.00
HSL 291.71º 0.99% 0.57% -
HSV(B) 291.71º 0.85% 1% -
XYZ 49.29 24.33 95.86 -
YUV 117.65 204.95 203.86 -
System Red Green Blue C M Y K H S L
Decimal 224 37 254 0.12 0.85 0 0.00 291.71 0.99 0.57
Hex E0 25 FE C 55 0 0 124 63 39
Octal 340 45 376 14 125 0 0 444 143 71
Binary 11100000 100101 11111110 1100 1010101 0 0 100100100 1100011 111001

Color Harmonies of #E025FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E025FE

Black with #E025FE

Text Example


Text Example

White with #E025FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E025FE; }

 p { color: rgb(224,37,254); }

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

background-color css

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

 a { background-color: rgb(224,37,254); }

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

border-color css

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

 span { border-color: rgb(224,37,254); }

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