Html Css Color HEX #E025EC Psychedelic Purple

📋 copy color: '#E025EC'

red 224 ◦ green 37 ◦ blue 236

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

Shades of Psychedelic Purple #E025EC

Tints of Psychedelic Purple #E025EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.48%

R = 45.07%
G = 7.44%
B = 47.48%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E025EC (or 0xE025EC) is known color: Psychedelic Purple. HEX triplet: E0, 25 and EC. RGB value is (224,37,236). Sum of RGB (Red+Green+Blue) = 224+37+236=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 37 (14.84% from 255 or 7.44% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #E025EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E025EC is #1FDA13. Grayscale: #727272. Windows color (decimal): -2087444 or 15476192. OLE color: 15476192.

HSL color Cylindrical-coordinate representation of color #E025EC: hue angle of 296.38º degrees, saturation: 0.84, 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 #E025EC is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 37 236 -
CMYK 0.05 0.84 0 0.07
HSL 296.38º 0.84% 0.54% -
HSV(B) 296.38º 0.84% 0.93% -
XYZ 46.54 23.23 81.39 -
YUV 115.6 195.95 205.32 -
System Red Green Blue C M Y K H S L
Decimal 224 37 236 0.05 0.84 0 0.07 296.38 0.84 0.54
Hex E0 25 EC 5 54 0 7 128 54 36
Octal 340 45 354 5 124 0 7 450 124 66
Binary 11100000 100101 11101100 101 1010100 0 111 100101000 1010100 110110

Color Harmonies of #E025EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E025EC

Black with #E025EC

Text Example


Text Example

White with #E025EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E025EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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