Html Css Color HEX #E006FC Psychedelic Purple

📋 copy color: '#E006FC'

red 224 ◦ green 6 ◦ blue 252

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

Shades of Psychedelic Purple #E006FC

Tints of Psychedelic Purple #E006FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.28%

R = 46.47%
G = 1.24%
B = 52.28%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E006FC (or 0xE006FC) is known color: Psychedelic Purple. HEX triplet: E0, 06 and FC. RGB value is (224,6,252). Sum of RGB (Red+Green+Blue) = 224+6+252=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 6 (2.73% from 255 or 1.24% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #E006FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E006FC is #1FF903. Grayscale: #626262. Windows color (decimal): -2095364 or 16516832. OLE color: 16516832.

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

Color convert

RGB 224 6 252 -
CMYK 0.11 0.98 0 0.01
HSL 293.17º 0.98% 0.51% -
HSV(B) 293.17º 0.98% 0.99% -
XYZ 48.38 23.01 93.99 -
YUV 99.23 214.22 217 -
System Red Green Blue C M Y K H S L
Decimal 224 6 252 0.11 0.98 0 0.01 293.17 0.98 0.51
Hex E0 6 FC B 62 0 1 125 62 33
Octal 340 6 374 13 142 0 1 445 142 63
Binary 11100000 110 11111100 1011 1100010 0 1 100100101 1100010 110011

Color Harmonies of #E006FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E006FC

Black with #E006FC

Text Example


Text Example

White with #E006FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E006FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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