Html Css Color HEX #E02EFA Psychedelic Purple

📋 copy color: '#E02EFA'

red 224 ◦ green 46 ◦ blue 250

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

Shades of Psychedelic Purple #E02EFA

Tints of Psychedelic Purple #E02EFA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 8.85%

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

R = 43.08%
G = 8.85%
B = 48.08%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E02EFA (or 0xE02EFA) is known color: Psychedelic Purple. HEX triplet: E0, 2E and FA. RGB value is (224,46,250). Sum of RGB (Red+Green+Blue) = 224+46+250=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 46 (18.36% from 255 or 8.85% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #E02EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E02EFA is #1FD105. Grayscale: #797979. Windows color (decimal): -2085126 or 16396000. OLE color: 16396000.

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

Color convert

RGB 224 46 250 -
CMYK 0.10 0.82 0 0.02
HSL 292.35º 0.95% 0.58% -
HSV(B) 292.35º 0.82% 0.98% -
XYZ 48.97 24.7 92.63 -
YUV 122.48 199.97 200.41 -
System Red Green Blue C M Y K H S L
Decimal 224 46 250 0.10 0.82 0 0.02 292.35 0.95 0.58
Hex E0 2E FA A 52 0 2 124 5F 3A
Octal 340 56 372 12 122 0 2 444 137 72
Binary 11100000 101110 11111010 1010 1010010 0 10 100100100 1011111 111010

Color Harmonies of #E02EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02EFA

Black with #E02EFA

Text Example


Text Example

White with #E02EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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