Html Css Color HEX #E007F3 Psychedelic Purple

📋 copy color: '#E007F3'

red 224 ◦ green 7 ◦ blue 243

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

Shades of Psychedelic Purple #E007F3

Tints of Psychedelic Purple #E007F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 51.27%

R = 47.26%
G = 1.48%
B = 51.27%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E007F3 (or 0xE007F3) is known color: Psychedelic Purple. HEX triplet: E0, 07 and F3. RGB value is (224,7,243). Sum of RGB (Red+Green+Blue) = 224+7+243=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 7 (3.12% from 255 or 1.48% from 474); Blue value is 243 (95.31% from 255 or 51.27% from 474); Max value from RGB is 243 - color contains mainly: blue. Hex color #E007F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E007F3 is #1FF80C. Grayscale: #626262. Windows color (decimal): -2095117 or 15927264. OLE color: 15927264.

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

Color convert

RGB 224 7 243 -
CMYK 0.08 0.97 0 0.05
HSL 295.17º 0.94% 0.49% -
HSV(B) 295.17º 0.97% 0.95% -
XYZ 46.99 22.47 86.65 -
YUV 98.79 209.39 217.31 -
System Red Green Blue C M Y K H S L
Decimal 224 7 243 0.08 0.97 0 0.05 295.17 0.94 0.49
Hex E0 7 F3 8 61 0 5 127 5E 31
Octal 340 7 363 10 141 0 5 447 136 61
Binary 11100000 111 11110011 1000 1100001 0 101 100100111 1011110 110001

Color Harmonies of #E007F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E007F3

Black with #E007F3

Text Example


Text Example

White with #E007F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E007F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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