Html Css Color HEX #E009F0 Psychedelic Purple

📋 copy color: '#E009F0'

red 224 ◦ green 9 ◦ blue 240

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

Shades of Psychedelic Purple #E009F0

Tints of Psychedelic Purple #E009F0

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.9%

 BLUE value IS 240 (94.14% from 255) = 50.74%

R = 47.36%
G = 1.9%
B = 50.74%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E009F0 (or 0xE009F0) is known color: Psychedelic Purple. HEX triplet: E0, 09 and F0. RGB value is (224,9,240). Sum of RGB (Red+Green+Blue) = 224+9+240=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 9 (3.91% from 255 or 1.90% from 473); Blue value is 240 (94.14% from 255 or 50.74% from 473); Max value from RGB is 240 - color contains mainly: blue. Hex color #E009F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E009F0 is #1FF60F. Grayscale: #626262. Windows color (decimal): -2094608 or 15731168. OLE color: 15731168.

HSL color Cylindrical-coordinate representation of color #E009F0: hue angle of 295.84º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E009F0 is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 9 240 -
CMYK 0.07 0.96 0 0.06
HSL 295.84º 0.93% 0.49% -
HSV(B) 295.84º 0.96% 0.94% -
XYZ 46.57 22.33 84.29 -
YUV 99.62 207.23 216.72 -
System Red Green Blue C M Y K H S L
Decimal 224 9 240 0.07 0.96 0 0.06 295.84 0.93 0.49
Hex E0 9 F0 7 60 0 6 128 5D 31
Octal 340 11 360 7 140 0 6 450 135 61
Binary 11100000 1001 11110000 111 1100000 0 110 100101000 1011101 110001

Color Harmonies of #E009F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E009F0

Black with #E009F0

Text Example


Text Example

White with #E009F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E009F0; }

 p { color: rgb(224,9,240); }

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

background-color css

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

 a { background-color: rgb(224,9,240); }

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

border-color css

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

 span { border-color: rgb(224,9,240); }

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