Html Css Color HEX #E025EE Psychedelic Purple

📋 copy color: '#E025EE'

red 224 ◦ green 37 ◦ blue 238

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

Shades of Psychedelic Purple #E025EE

Tints of Psychedelic Purple #E025EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.7%

R = 44.89%
G = 7.41%
B = 47.7%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E025EE (or 0xE025EE) is known color: Psychedelic Purple. HEX triplet: E0, 25 and EE. RGB value is (224,37,238). Sum of RGB (Red+Green+Blue) = 224+37+238=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 37 (14.84% from 255 or 7.41% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #E025EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E025EE is #1FDA11. Grayscale: #737373. Windows color (decimal): -2087442 or 15607264. OLE color: 15607264.

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

Color convert

RGB 224 37 238 -
CMYK 0.06 0.84 0 0.07
HSL 295.82º 0.86% 0.54% -
HSV(B) 295.82º 0.84% 0.93% -
XYZ 46.83 23.34 82.93 -
YUV 115.83 196.95 205.16 -
System Red Green Blue C M Y K H S L
Decimal 224 37 238 0.06 0.84 0 0.07 295.82 0.86 0.54
Hex E0 25 EE 6 54 0 7 128 56 36
Octal 340 45 356 6 124 0 7 450 126 66
Binary 11100000 100101 11101110 110 1010100 0 111 100101000 1010110 110110

Color Harmonies of #E025EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E025EE

Black with #E025EE

Text Example


Text Example

White with #E025EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E025EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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