Html Css Color HEX #E002EE Psychedelic Purple

📋 copy color: '#E002EE'

red 224 ◦ green 2 ◦ blue 238

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

Shades of Psychedelic Purple #E002EE

Tints of Psychedelic Purple #E002EE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.43%

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

R = 48.28%
G = 0.43%
B = 51.29%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E002EE (or 0xE002EE) is known color: Psychedelic Purple. HEX triplet: E0, 02 and EE. RGB value is (224,2,238). Sum of RGB (Red+Green+Blue) = 224+2+238=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 2 (1.17% from 255 or 0.43% 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 #E002EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E002EE is #1FFD11. Grayscale: #5E5E5E. Windows color (decimal): -2096402 or 15598304. OLE color: 15598304.

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

Color convert

RGB 224 2 238 -
CMYK 0.06 0.99 0 0.07
HSL 296.44º 0.98% 0.47% -
HSV(B) 296.44º 0.99% 0.93% -
XYZ 46.19 22.06 82.71 -
YUV 95.28 208.55 219.81 -
System Red Green Blue C M Y K H S L
Decimal 224 2 238 0.06 0.99 0 0.07 296.44 0.98 0.47
Hex E0 2 EE 6 63 0 7 128 62 2F
Octal 340 2 356 6 143 0 7 450 142 57
Binary 11100000 10 11101110 110 1100011 0 111 100101000 1100010 101111

Color Harmonies of #E002EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E002EE

Black with #E002EE

Text Example


Text Example

White with #E002EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E002EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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