Html Css Color HEX #E002EC Psychedelic Purple

📋 copy color: '#E002EC'

red 224 ◦ green 2 ◦ blue 236

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

Shades of Psychedelic Purple #E002EC

Tints of Psychedelic Purple #E002EC

RGB

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

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

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

R = 48.48%
G = 0.43%
B = 51.08%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E002EC (or 0xE002EC) is known color: Psychedelic Purple. HEX triplet: E0, 02 and EC. RGB value is (224,2,236). Sum of RGB (Red+Green+Blue) = 224+2+236=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 2 (1.17% from 255 or 0.43% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #E002EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E002EC is #1FFD13. Grayscale: #5E5E5E. Windows color (decimal): -2096404 or 15467232. OLE color: 15467232.

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

Color convert

RGB 224 2 236 -
CMYK 0.05 0.99 0 0.07
HSL 296.92º 0.98% 0.47% -
HSV(B) 296.92º 0.99% 0.93% -
XYZ 45.9 21.95 81.17 -
YUV 95.05 207.55 219.97 -
System Red Green Blue C M Y K H S L
Decimal 224 2 236 0.05 0.99 0 0.07 296.92 0.98 0.47
Hex E0 2 EC 5 63 0 7 129 62 2F
Octal 340 2 354 5 143 0 7 451 142 57
Binary 11100000 10 11101100 101 1100011 0 111 100101001 1100010 101111

Color Harmonies of #E002EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E002EC

Black with #E002EC

Text Example


Text Example

White with #E002EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E002EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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