Html Css Color HEX #E000EE Psychedelic Purple

📋 copy color: '#E000EE'

red 224 ◦ green 0 ◦ blue 238

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

Shades of Psychedelic Purple #E000EE

Tints of Psychedelic Purple #E000EE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.48%
G = 0%
B = 51.52%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E000EE (or 0xE000EE) is known color: Psychedelic Purple. HEX triplet: E0, 00 and EE. RGB value is (224,0,238). Sum of RGB (Red+Green+Blue) = 224+0+238=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 0 (0.39% from 255 or 0% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #E000EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E000EE is #1FFF11. Grayscale: #5D5D5D. Windows color (decimal): -2096914 or 15597792. OLE color: 15597792.

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

Color convert

RGB 224 0 238 -
CMYK 0.06 1 0 0.07
HSL 296.47º 1% 0.47% -
HSV(B) 296.47º 1% 0.93% -
XYZ 46.17 22.02 82.71 -
YUV 94.11 209.21 220.65 -
System Red Green Blue C M Y K H S L
Decimal 224 0 238 0.06 1 0 0.07 296.47 1 0.47
Hex E0 0 EE 6 64 0 7 128 64 2F
Octal 340 0 356 6 144 0 7 450 144 57
Binary 11100000 0 11101110 110 1100100 0 111 100101000 1100100 101111

Color Harmonies of #E000EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E000EE

Black with #E000EE

Text Example


Text Example

White with #E000EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E000EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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