Html Css Color HEX #E027EE Psychedelic Purple

📋 copy color: '#E027EE'

red 224 ◦ green 39 ◦ blue 238

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

Shades of Psychedelic Purple #E027EE

Tints of Psychedelic Purple #E027EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.5%

R = 44.71%
G = 7.78%
B = 47.5%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E027EE (or 0xE027EE) is known color: Psychedelic Purple. HEX triplet: E0, 27 and EE. RGB value is (224,39,238). Sum of RGB (Red+Green+Blue) = 224+39+238=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 39 (15.62% from 255 or 7.78% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #E027EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E027EE is #1FD811. Grayscale: #747474. Windows color (decimal): -2086930 or 15607776. OLE color: 15607776.

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

Color convert

RGB 224 39 238 -
CMYK 0.06 0.84 0 0.07
HSL 295.78º 0.85% 0.54% -
HSV(B) 295.78º 0.84% 0.93% -
XYZ 46.9 23.47 82.95 -
YUV 117 196.29 204.32 -
System Red Green Blue C M Y K H S L
Decimal 224 39 238 0.06 0.84 0 0.07 295.78 0.85 0.54
Hex E0 27 EE 6 54 0 7 128 55 36
Octal 340 47 356 6 124 0 7 450 125 66
Binary 11100000 100111 11101110 110 1010100 0 111 100101000 1010101 110110

Color Harmonies of #E027EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E027EE

Black with #E027EE

Text Example


Text Example

White with #E027EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E027EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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