Html Css Color HEX #E005EC Psychedelic Purple

📋 copy color: '#E005EC'

red 224 ◦ green 5 ◦ blue 236

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

Shades of Psychedelic Purple #E005EC

Tints of Psychedelic Purple #E005EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.75%

R = 48.17%
G = 1.08%
B = 50.75%

CMYK

 C value IS 0.05

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E005EC (or 0xE005EC) is known color: Psychedelic Purple. HEX triplet: E0, 05 and EC. RGB value is (224,5,236). Sum of RGB (Red+Green+Blue) = 224+5+236=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 5 (2.34% from 255 or 1.08% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #E005EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E005EC is #1FFA13. Grayscale: #606060. Windows color (decimal): -2095636 or 15468000. OLE color: 15468000.

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

Color convert

RGB 224 5 236 -
CMYK 0.05 0.98 0 0.07
HSL 296.88º 0.96% 0.47% -
HSV(B) 296.88º 0.98% 0.93% -
XYZ 45.94 22.01 81.18 -
YUV 96.82 206.55 218.72 -
System Red Green Blue C M Y K H S L
Decimal 224 5 236 0.05 0.98 0 0.07 296.88 0.96 0.47
Hex E0 5 EC 5 62 0 7 129 60 2F
Octal 340 5 354 5 142 0 7 451 140 57
Binary 11100000 101 11101100 101 1100010 0 111 100101001 1100000 101111

Color Harmonies of #E005EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E005EC

Black with #E005EC

Text Example


Text Example

White with #E005EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E005EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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