Html Css Color HEX #E02EEE Psychedelic Purple

📋 copy color: '#E02EEE'

red 224 ◦ green 46 ◦ blue 238

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

Shades of Psychedelic Purple #E02EEE

Tints of Psychedelic Purple #E02EEE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.06%

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

R = 44.09%
G = 9.06%
B = 46.85%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E02EEE (or 0xE02EEE) is known color: Psychedelic Purple. HEX triplet: E0, 2E and EE. RGB value is (224,46,238). Sum of RGB (Red+Green+Blue) = 224+46+238=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 46 (18.36% from 255 or 9.06% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #E02EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E02EEE is #1FD111. Grayscale: #787878. Windows color (decimal): -2085138 or 15609568. OLE color: 15609568.

HSL color Cylindrical-coordinate representation of color #E02EEE: hue angle of 295.62º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E02EEE is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 46 238 -
CMYK 0.06 0.81 0 0.07
HSL 295.63º 0.85% 0.56% -
HSV(B) 295.63º 0.81% 0.93% -
XYZ 47.15 23.97 83.03 -
YUV 121.11 193.97 201.39 -
System Red Green Blue C M Y K H S L
Decimal 224 46 238 0.06 0.81 0 0.07 295.63 0.85 0.56
Hex E0 2E EE 6 51 0 7 128 55 38
Octal 340 56 356 6 121 0 7 450 125 70
Binary 11100000 101110 11101110 110 1010001 0 111 100101000 1010101 111000

Color Harmonies of #E02EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02EEE

Black with #E02EEE

Text Example


Text Example

White with #E02EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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