Html Css Color HEX #E200EE Psychedelic Purple

📋 copy color: '#E200EE'

red 226 ◦ green 0 ◦ blue 238

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

Shades of Psychedelic Purple #E200EE

Tints of Psychedelic Purple #E200EE

RGB

 RED value IS 226 (88.67% from 255) = 48.71%

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

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

R = 48.71%
G = 0%
B = 51.29%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E200EE (or 0xE200EE) is known color: Psychedelic Purple. HEX triplet: E2, 00 and EE. RGB value is (226,0,238). Sum of RGB (Red+Green+Blue) = 226+0+238=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 0 (0.39% from 255 or 0% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #E200EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E200EE is #1DFF11. Grayscale: #5D5D5D. Windows color (decimal): -1965842 or 15597794. OLE color: 15597794.

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

Color convert

RGB 226 0 238 -
CMYK 0.05 1 0 0.07
HSL 296.97º 1% 0.47% -
HSV(B) 296.97º 1% 0.93% -
XYZ 46.8 22.34 82.73 -
YUV 94.71 208.87 221.65 -
System Red Green Blue C M Y K H S L
Decimal 226 0 238 0.05 1 0 0.07 296.97 1 0.47
Hex E2 0 EE 5 64 0 7 129 64 2F
Octal 342 0 356 5 144 0 7 451 144 57
Binary 11100010 0 11101110 101 1100100 0 111 100101001 1100100 101111

Color Harmonies of #E200EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E200EE

Black with #E200EE

Text Example


Text Example

White with #E200EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E200EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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