Html Css Color HEX #E027EB Psychedelic Purple

📋 copy color: '#E027EB'

red 224 ◦ green 39 ◦ blue 235

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

Shades of Psychedelic Purple #E027EB

Tints of Psychedelic Purple #E027EB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.83%

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

R = 44.98%
G = 7.83%
B = 47.19%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E027EB (or 0xE027EB) is known color: Psychedelic Purple. HEX triplet: E0, 27 and EB. RGB value is (224,39,235). Sum of RGB (Red+Green+Blue) = 224+39+235=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 39 (15.62% from 255 or 7.83% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #E027EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E027EB is #1FD814. Grayscale: #747474. Windows color (decimal): -2086933 or 15411168. OLE color: 15411168.

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

Color convert

RGB 224 39 235 -
CMYK 0.05 0.83 0 0.08
HSL 296.63º 0.83% 0.54% -
HSV(B) 296.63º 0.83% 0.92% -
XYZ 46.46 23.3 80.65 -
YUV 116.66 194.79 204.56 -
System Red Green Blue C M Y K H S L
Decimal 224 39 235 0.05 0.83 0 0.08 296.63 0.83 0.54
Hex E0 27 EB 5 53 0 8 129 53 36
Octal 340 47 353 5 123 0 10 451 123 66
Binary 11100000 100111 11101011 101 1010011 0 1000 100101001 1010011 110110

Color Harmonies of #E027EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E027EB

Black with #E027EB

Text Example


Text Example

White with #E027EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E027EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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