Html Css Color HEX #E025EF Psychedelic Purple

📋 copy color: '#E025EF'

red 224 ◦ green 37 ◦ blue 239

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

Shades of Psychedelic Purple #E025EF

Tints of Psychedelic Purple #E025EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.8%

R = 44.8%
G = 7.4%
B = 47.8%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E025EF (or 0xE025EF) is known color: Psychedelic Purple. HEX triplet: E0, 25 and EF. RGB value is (224,37,239). Sum of RGB (Red+Green+Blue) = 224+37+239=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 37 (14.84% from 255 or 7.4% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #E025EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E025EF is #1FDA10. Grayscale: #737373. Windows color (decimal): -2087441 or 15672800. OLE color: 15672800.

HSL color Cylindrical-coordinate representation of color #E025EF: hue angle of 295.54º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E025EF is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 37 239 -
CMYK 0.06 0.85 0 0.06
HSL 295.54º 0.86% 0.54% -
HSV(B) 295.54º 0.85% 0.94% -
XYZ 46.98 23.4 83.7 -
YUV 115.94 197.45 205.07 -
System Red Green Blue C M Y K H S L
Decimal 224 37 239 0.06 0.85 0 0.06 295.54 0.86 0.54
Hex E0 25 EF 6 55 0 6 128 56 36
Octal 340 45 357 6 125 0 6 450 126 66
Binary 11100000 100101 11101111 110 1010101 0 110 100101000 1010110 110110

Color Harmonies of #E025EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E025EF

Black with #E025EF

Text Example


Text Example

White with #E025EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E025EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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