Html Css Color HEX #E006FF Psychedelic Purple

📋 copy color: '#E006FF'

red 224 ◦ green 6 ◦ blue 255

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

Shades of Psychedelic Purple #E006FF

Tints of Psychedelic Purple #E006FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.58%

R = 46.19%
G = 1.24%
B = 52.58%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E006FF (or 0xE006FF) is known color: Psychedelic Purple. HEX triplet: E0, 06 and FF. RGB value is (224,6,255). Sum of RGB (Red+Green+Blue) = 224+6+255=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 6 (2.73% from 255 or 1.24% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #E006FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E006FF is #1FF900. Grayscale: #626262. Windows color (decimal): -2095361 or 16713440. OLE color: 16713440.

HSL color Cylindrical-coordinate representation of color #E006FF: hue angle of 292.53º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E006FF is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 224 6 255 -
CMYK 0.12 0.98 0 0
HSL 292.53º 1% 0.51% -
HSV(B) 292.53º 0.98% 1% -
XYZ 48.86 23.2 96.51 -
YUV 99.57 215.72 216.75 -
System Red Green Blue C M Y K H S L
Decimal 224 6 255 0.12 0.98 0 0 292.53 1 0.51
Hex E0 6 FF C 62 0 0 125 64 33
Octal 340 6 377 14 142 0 0 445 144 63
Binary 11100000 110 11111111 1100 1100010 0 0 100100101 1100100 110011

Color Harmonies of #E006FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E006FF

Black with #E006FF

Text Example


Text Example

White with #E006FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E006FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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