Html Css Color HEX #E025ED Psychedelic Purple

📋 copy color: '#E025ED'

red 224 ◦ green 37 ◦ blue 237

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

Shades of Psychedelic Purple #E025ED

Tints of Psychedelic Purple #E025ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.59%

R = 44.98%
G = 7.43%
B = 47.59%

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

#E025ED (or 0xE025ED) is known color: Psychedelic Purple. HEX triplet: E0, 25 and ED. RGB value is (224,37,237). Sum of RGB (Red+Green+Blue) = 224+37+237=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 37 (14.84% from 255 or 7.43% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #E025ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E025ED is #1FDA12. Grayscale: #737373. Windows color (decimal): -2087443 or 15541728. OLE color: 15541728.

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

Color convert

RGB 224 37 237 -
CMYK 0.05 0.84 0 0.07
HSL 296.1º 0.85% 0.54% -
HSV(B) 296.1º 0.84% 0.93% -
XYZ 46.69 23.28 82.15 -
YUV 115.71 196.45 205.24 -
System Red Green Blue C M Y K H S L
Decimal 224 37 237 0.05 0.84 0 0.07 296.1 0.85 0.54
Hex E0 25 ED 5 54 0 7 128 55 36
Octal 340 45 355 5 124 0 7 450 125 66
Binary 11100000 100101 11101101 101 1010100 0 111 100101000 1010101 110110

Color Harmonies of #E025ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E025ED

Black with #E025ED

Text Example


Text Example

White with #E025ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E025ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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