Html Css Color HEX #E007EC Psychedelic Purple

📋 copy color: '#E007EC'

red 224 ◦ green 7 ◦ blue 236

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

Shades of Psychedelic Purple #E007EC

Tints of Psychedelic Purple #E007EC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.5%

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

R = 47.97%
G = 1.5%
B = 50.54%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E007EC (or 0xE007EC) is known color: Psychedelic Purple. HEX triplet: E0, 07 and EC. RGB value is (224,7,236). Sum of RGB (Red+Green+Blue) = 224+7+236=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 7 (3.12% from 255 or 1.50% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #E007EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E007EC is #1FF813. Grayscale: #616161. Windows color (decimal): -2095124 or 15468512. OLE color: 15468512.

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

Color convert

RGB 224 7 236 -
CMYK 0.05 0.97 0 0.07
HSL 296.86º 0.94% 0.48% -
HSV(B) 296.86º 0.97% 0.93% -
XYZ 45.96 22.06 81.19 -
YUV 97.99 205.89 217.88 -
System Red Green Blue C M Y K H S L
Decimal 224 7 236 0.05 0.97 0 0.07 296.86 0.94 0.48
Hex E0 7 EC 5 61 0 7 129 5E 30
Octal 340 7 354 5 141 0 7 451 136 60
Binary 11100000 111 11101100 101 1100001 0 111 100101001 1011110 110000

Color Harmonies of #E007EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E007EC

Black with #E007EC

Text Example


Text Example

White with #E007EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E007EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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