Html Css Color HEX #E002FA Psychedelic Purple

📋 copy color: '#E002FA'

red 224 ◦ green 2 ◦ blue 250

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

Shades of Psychedelic Purple #E002FA

Tints of Psychedelic Purple #E002FA

RGB

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

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

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

R = 47.06%
G = 0.42%
B = 52.52%

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

#E002FA (or 0xE002FA) is known color: Psychedelic Purple. HEX triplet: E0, 02 and FA. RGB value is (224,2,250). Sum of RGB (Red+Green+Blue) = 224+2+250=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 2 (1.17% from 255 or 0.42% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #E002FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E002FA is #1FFD05. Grayscale: #5F5F5F. Windows color (decimal): -2096390 or 16384736. OLE color: 16384736.

HSL color Cylindrical-coordinate representation of color #E002FA: hue angle of 293.71º 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 #E002FA is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 2 250 -
CMYK 0.10 0.99 0 0.02
HSL 293.71º 0.98% 0.49% -
HSV(B) 293.71º 0.99% 0.98% -
XYZ 48.02 22.79 92.31 -
YUV 96.65 214.55 218.83 -
System Red Green Blue C M Y K H S L
Decimal 224 2 250 0.10 0.99 0 0.02 293.71 0.98 0.49
Hex E0 2 FA A 63 0 2 126 62 31
Octal 340 2 372 12 143 0 2 446 142 61
Binary 11100000 10 11111010 1010 1100011 0 10 100100110 1100010 110001

Color Harmonies of #E002FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E002FA

Black with #E002FA

Text Example


Text Example

White with #E002FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E002FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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