Html Css Color HEX #E009FA Psychedelic Purple

📋 copy color: '#E009FA'

red 224 ◦ green 9 ◦ blue 250

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

Shades of Psychedelic Purple #E009FA

Tints of Psychedelic Purple #E009FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.76%

R = 46.38%
G = 1.86%
B = 51.76%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E009FA (or 0xE009FA) is known color: Psychedelic Purple. HEX triplet: E0, 09 and FA. RGB value is (224,9,250). Sum of RGB (Red+Green+Blue) = 224+9+250=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 9 (3.91% from 255 or 1.86% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #E009FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E009FA is #1FF605. Grayscale: #646464. Windows color (decimal): -2094598 or 16386528. OLE color: 16386528.

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

Color convert

RGB 224 9 250 -
CMYK 0.10 0.96 0 0.02
HSL 293.53º 0.96% 0.51% -
HSV(B) 293.53º 0.96% 0.98% -
XYZ 48.09 22.94 92.34 -
YUV 100.76 212.23 215.9 -
System Red Green Blue C M Y K H S L
Decimal 224 9 250 0.10 0.96 0 0.02 293.53 0.96 0.51
Hex E0 9 FA A 60 0 2 126 60 33
Octal 340 11 372 12 140 0 2 446 140 63
Binary 11100000 1001 11111010 1010 1100000 0 10 100100110 1100000 110011

Color Harmonies of #E009FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E009FA

Black with #E009FA

Text Example


Text Example

White with #E009FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E009FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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