Html Css Color HEX #E006EF Psychedelic Purple

📋 copy color: '#E006EF'

red 224 ◦ green 6 ◦ blue 239

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

Shades of Psychedelic Purple #E006EF

Tints of Psychedelic Purple #E006EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.96%

R = 47.76%
G = 1.28%
B = 50.96%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E006EF (or 0xE006EF) is known color: Psychedelic Purple. HEX triplet: E0, 06 and EF. RGB value is (224,6,239). Sum of RGB (Red+Green+Blue) = 224+6+239=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 6 (2.73% from 255 or 1.28% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #E006EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E006EF is #1FF910. Grayscale: #616161. Windows color (decimal): -2095377 or 15664864. OLE color: 15664864.

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

Color convert

RGB 224 6 239 -
CMYK 0.06 0.97 0 0.06
HSL 296.14º 0.95% 0.48% -
HSV(B) 296.14º 0.97% 0.94% -
XYZ 46.39 22.21 83.5 -
YUV 97.74 207.72 218.05 -
System Red Green Blue C M Y K H S L
Decimal 224 6 239 0.06 0.97 0 0.06 296.14 0.95 0.48
Hex E0 6 EF 6 61 0 6 128 5F 30
Octal 340 6 357 6 141 0 6 450 137 60
Binary 11100000 110 11101111 110 1100001 0 110 100101000 1011111 110000

Color Harmonies of #E006EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E006EF

Black with #E006EF

Text Example


Text Example

White with #E006EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E006EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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