Html Css Color HEX #E005EE Psychedelic Purple

📋 copy color: '#E005EE'

red 224 ◦ green 5 ◦ blue 238

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

Shades of Psychedelic Purple #E005EE

Tints of Psychedelic Purple #E005EE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.07%

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

R = 47.97%
G = 1.07%
B = 50.96%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E005EE (or 0xE005EE) is known color: Psychedelic Purple. HEX triplet: E0, 05 and EE. RGB value is (224,5,238). Sum of RGB (Red+Green+Blue) = 224+5+238=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 5 (2.34% from 255 or 1.07% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #E005EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E005EE is #1FFA11. Grayscale: #606060. Windows color (decimal): -2095634 or 15599072. OLE color: 15599072.

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

Color convert

RGB 224 5 238 -
CMYK 0.06 0.98 0 0.07
HSL 296.39º 0.96% 0.48% -
HSV(B) 296.39º 0.98% 0.93% -
XYZ 46.23 22.13 82.72 -
YUV 97.04 207.55 218.55 -
System Red Green Blue C M Y K H S L
Decimal 224 5 238 0.06 0.98 0 0.07 296.39 0.96 0.48
Hex E0 5 EE 6 62 0 7 128 60 30
Octal 340 5 356 6 142 0 7 450 140 60
Binary 11100000 101 11101110 110 1100010 0 111 100101000 1100000 110000

Color Harmonies of #E005EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E005EE

Black with #E005EE

Text Example


Text Example

White with #E005EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E005EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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