Html Css Color HEX #E006EC Psychedelic Purple

📋 copy color: '#E006EC'

red 224 ◦ green 6 ◦ blue 236

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

Shades of Psychedelic Purple #E006EC

Tints of Psychedelic Purple #E006EC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.29%

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

R = 48.07%
G = 1.29%
B = 50.64%

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

#E006EC (or 0xE006EC) is known color: Psychedelic Purple. HEX triplet: E0, 06 and EC. RGB value is (224,6,236). Sum of RGB (Red+Green+Blue) = 224+6+236=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 6 (2.73% from 255 or 1.29% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #E006EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E006EC is #1FF913. Grayscale: #606060. Windows color (decimal): -2095380 or 15468256. OLE color: 15468256.

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

Color convert

RGB 224 6 236 -
CMYK 0.05 0.97 0 0.07
HSL 296.87º 0.95% 0.47% -
HSV(B) 296.87º 0.97% 0.93% -
XYZ 45.95 22.03 81.19 -
YUV 97.4 206.22 218.3 -
System Red Green Blue C M Y K H S L
Decimal 224 6 236 0.05 0.97 0 0.07 296.87 0.95 0.47
Hex E0 6 EC 5 61 0 7 129 5F 2F
Octal 340 6 354 5 141 0 7 451 137 57
Binary 11100000 110 11101100 101 1100001 0 111 100101001 1011111 101111

Color Harmonies of #E006EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E006EC

Black with #E006EC

Text Example


Text Example

White with #E006EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E006EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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