Html Css Color HEX #E026EB Psychedelic Purple

📋 copy color: '#E026EB'

red 224 ◦ green 38 ◦ blue 235

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

Shades of Psychedelic Purple #E026EB

Tints of Psychedelic Purple #E026EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.28%

R = 45.07%
G = 7.65%
B = 47.28%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E026EB (or 0xE026EB) is known color: Psychedelic Purple. HEX triplet: E0, 26 and EB. RGB value is (224,38,235). Sum of RGB (Red+Green+Blue) = 224+38+235=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 38 (15.23% from 255 or 7.65% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #E026EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E026EB is #1FD914. Grayscale: #737373. Windows color (decimal): -2087189 or 15410912. OLE color: 15410912.

HSL color Cylindrical-coordinate representation of color #E026EB: hue angle of 296.65º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E026EB is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 224 38 235 -
CMYK 0.05 0.84 0 0.08
HSL 296.65º 0.83% 0.54% -
HSV(B) 296.65º 0.84% 0.92% -
XYZ 46.43 23.23 80.63 -
YUV 116.07 195.12 204.98 -
System Red Green Blue C M Y K H S L
Decimal 224 38 235 0.05 0.84 0 0.08 296.65 0.83 0.54
Hex E0 26 EB 5 54 0 8 129 53 36
Octal 340 46 353 5 124 0 10 451 123 66
Binary 11100000 100110 11101011 101 1010100 0 1000 100101001 1010011 110110

Color Harmonies of #E026EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E026EB

Black with #E026EB

Text Example


Text Example

White with #E026EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E026EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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