Html Css Color HEX #E007FC Psychedelic Purple

📋 copy color: '#E007FC'

red 224 ◦ green 7 ◦ blue 252

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

Shades of Psychedelic Purple #E007FC

Tints of Psychedelic Purple #E007FC

RGB

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

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

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

R = 46.38%
G = 1.45%
B = 52.17%

CMYK

 C value IS 0.11

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E007FC (or 0xE007FC) is known color: Psychedelic Purple. HEX triplet: E0, 07 and FC. RGB value is (224,7,252). Sum of RGB (Red+Green+Blue) = 224+7+252=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 7 (3.12% from 255 or 1.45% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #E007FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E007FC is #1FF803. Grayscale: #636363. Windows color (decimal): -2095108 or 16517088. OLE color: 16517088.

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

Color convert

RGB 224 7 252 -
CMYK 0.11 0.97 0 0.01
HSL 293.14º 0.98% 0.51% -
HSV(B) 293.14º 0.97% 0.99% -
XYZ 48.39 23.03 93.99 -
YUV 99.81 213.89 216.58 -
System Red Green Blue C M Y K H S L
Decimal 224 7 252 0.11 0.97 0 0.01 293.14 0.98 0.51
Hex E0 7 FC B 61 0 1 125 62 33
Octal 340 7 374 13 141 0 1 445 142 63
Binary 11100000 111 11111100 1011 1100001 0 1 100100101 1100010 110011

Color Harmonies of #E007FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E007FC

Black with #E007FC

Text Example


Text Example

White with #E007FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E007FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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