Html Css Color HEX #E002F9 Psychedelic Purple

📋 copy color: '#E002F9'

red 224 ◦ green 2 ◦ blue 249

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

Shades of Psychedelic Purple #E002F9

Tints of Psychedelic Purple #E002F9

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.42%

 BLUE value IS 249 (97.66% from 255) = 52.42%

R = 47.16%
G = 0.42%
B = 52.42%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E002F9 (or 0xE002F9) is known color: Psychedelic Purple. HEX triplet: E0, 02 and F9. RGB value is (224,2,249). Sum of RGB (Red+Green+Blue) = 224+2+249=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 2 (1.17% from 255 or 0.42% from 475); Blue value is 249 (97.66% from 255 or 52.42% from 475); Max value from RGB is 249 - color contains mainly: blue. Hex color #E002F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E002F9 is #1FFD06. Grayscale: #5F5F5F. Windows color (decimal): -2096391 or 16319200. OLE color: 16319200.

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

Color convert

RGB 224 2 249 -
CMYK 0.10 0.99 0 0.02
HSL 293.93º 0.98% 0.49% -
HSV(B) 293.93º 0.99% 0.98% -
XYZ 47.86 22.73 91.49 -
YUV 96.54 214.05 218.92 -
System Red Green Blue C M Y K H S L
Decimal 224 2 249 0.10 0.99 0 0.02 293.93 0.98 0.49
Hex E0 2 F9 A 63 0 2 126 62 31
Octal 340 2 371 12 143 0 2 446 142 61
Binary 11100000 10 11111001 1010 1100011 0 10 100100110 1100010 110001

Color Harmonies of #E002F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E002F9

Black with #E002F9

Text Example


Text Example

White with #E002F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E002F9; }

 p { color: rgb(224,2,249); }

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

background-color css

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

 a { background-color: rgb(224,2,249); }

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

border-color css

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

 span { border-color: rgb(224,2,249); }

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