Html Css Color HEX #E430FA Psychedelic Purple

📋 copy color: '#E430FA'

red 228 ◦ green 48 ◦ blue 250

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

Shades of Psychedelic Purple #E430FA

Tints of Psychedelic Purple #E430FA

RGB

 RED value IS 228 (89.45% from 255) = 43.35%

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

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

R = 43.35%
G = 9.13%
B = 47.53%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E430FA (or 0xE430FA) is known color: Psychedelic Purple. HEX triplet: E4, 30 and FA. RGB value is (228,48,250). Sum of RGB (Red+Green+Blue) = 228+48+250=526 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.35% from 526); Green value is 48 (19.14% from 255 or 9.13% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #E430FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E430FA is #1BCF05. Grayscale: #7C7C7C. Windows color (decimal): -1822470 or 16396516. OLE color: 16396516.

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

Color convert

RGB 228 48 250 -
CMYK 0.09 0.81 0 0.02
HSL 293.47º 0.95% 0.58% -
HSV(B) 293.47º 0.81% 0.98% -
XYZ 50.31 25.51 92.71 -
YUV 124.85 198.63 201.57 -
System Red Green Blue C M Y K H S L
Decimal 228 48 250 0.09 0.81 0 0.02 293.47 0.95 0.58
Hex E4 30 FA 9 51 0 2 125 5F 3A
Octal 344 60 372 11 121 0 2 445 137 72
Binary 11100100 110000 11111010 1001 1010001 0 10 100100101 1011111 111010

Color Harmonies of #E430FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E430FA

Black with #E430FA

Text Example


Text Example

White with #E430FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E430FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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