Html Css Color HEX #E030FA Psychedelic Purple

📋 copy color: '#E030FA'

red 224 ◦ green 48 ◦ blue 250

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

Shades of Psychedelic Purple #E030FA

Tints of Psychedelic Purple #E030FA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.2%

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

R = 42.91%
G = 9.2%
B = 47.89%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E030FA (or 0xE030FA) is known color: Psychedelic Purple. HEX triplet: E0, 30 and FA. RGB value is (224,48,250). Sum of RGB (Red+Green+Blue) = 224+48+250=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 48 (19.14% from 255 or 9.20% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #E030FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E030FA is #1FCF05. Grayscale: #7B7B7B. Windows color (decimal): -2084614 or 16396512. OLE color: 16396512.

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

Color convert

RGB 224 48 250 -
CMYK 0.10 0.81 0 0.02
HSL 292.28º 0.95% 0.58% -
HSV(B) 292.28º 0.81% 0.98% -
XYZ 49.05 24.86 92.66 -
YUV 123.65 199.31 199.57 -
System Red Green Blue C M Y K H S L
Decimal 224 48 250 0.10 0.81 0 0.02 292.28 0.95 0.58
Hex E0 30 FA A 51 0 2 124 5F 3A
Octal 340 60 372 12 121 0 2 444 137 72
Binary 11100000 110000 11111010 1010 1010001 0 10 100100100 1011111 111010

Color Harmonies of #E030FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E030FA

Black with #E030FA

Text Example


Text Example

White with #E030FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E030FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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