Html Css Color HEX #E00EEE Psychedelic Purple

📋 copy color: '#E00EEE'

red 224 ◦ green 14 ◦ blue 238

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

Shades of Psychedelic Purple #E00EEE

Tints of Psychedelic Purple #E00EEE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.94%

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

R = 47.06%
G = 2.94%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E00EEE (or 0xE00EEE) is known color: Psychedelic Purple. HEX triplet: E0, 0E and EE. RGB value is (224,14,238). Sum of RGB (Red+Green+Blue) = 224+14+238=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 14 (5.86% from 255 or 2.94% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #E00EEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00EEE is #1FF111. Grayscale: #656565. Windows color (decimal): -2093330 or 15601376. OLE color: 15601376.

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

Color convert

RGB 224 14 238 -
CMYK 0.06 0.94 0 0.07
HSL 296.25º 0.89% 0.49% -
HSV(B) 296.25º 0.94% 0.93% -
XYZ 46.33 22.33 82.76 -
YUV 102.33 204.57 214.79 -
System Red Green Blue C M Y K H S L
Decimal 224 14 238 0.06 0.94 0 0.07 296.25 0.89 0.49
Hex E0 E EE 6 5E 0 7 128 59 31
Octal 340 16 356 6 136 0 7 450 131 61
Binary 11100000 1110 11101110 110 1011110 0 111 100101000 1011001 110001

Color Harmonies of #E00EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00EEE

Black with #E00EEE

Text Example


Text Example

White with #E00EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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