Html Css Color HEX #E026ED Psychedelic Purple

📋 copy color: '#E026ED'

red 224 ◦ green 38 ◦ blue 237

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

Shades of Psychedelic Purple #E026ED

Tints of Psychedelic Purple #E026ED

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.62%

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

R = 44.89%
G = 7.62%
B = 47.49%

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

#E026ED (or 0xE026ED) is known color: Psychedelic Purple. HEX triplet: E0, 26 and ED. RGB value is (224,38,237). Sum of RGB (Red+Green+Blue) = 224+38+237=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 38 (15.23% from 255 or 7.62% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #E026ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E026ED is #1FD912. Grayscale: #737373. Windows color (decimal): -2087187 or 15541984. OLE color: 15541984.

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

Color convert

RGB 224 38 237 -
CMYK 0.05 0.84 0 0.07
HSL 296.08º 0.85% 0.54% -
HSV(B) 296.08º 0.84% 0.93% -
XYZ 46.72 23.35 82.16 -
YUV 116.3 196.12 204.82 -
System Red Green Blue C M Y K H S L
Decimal 224 38 237 0.05 0.84 0 0.07 296.08 0.85 0.54
Hex E0 26 ED 5 54 0 7 128 55 36
Octal 340 46 355 5 124 0 7 450 125 66
Binary 11100000 100110 11101101 101 1010100 0 111 100101000 1010101 110110

Color Harmonies of #E026ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E026ED

Black with #E026ED

Text Example


Text Example

White with #E026ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E026ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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