Html Css Color HEX #E830FA Psychedelic Purple

📋 copy color: '#E830FA'

red 232 ◦ green 48 ◦ blue 250

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

Shades of Psychedelic Purple #E830FA

Tints of Psychedelic Purple #E830FA

RGB

 RED value IS 232 (91.02% from 255) = 43.77%

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

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

R = 43.77%
G = 9.06%
B = 47.17%

CMYK

 C value IS 0.07

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E830FA (or 0xE830FA) is known color: Psychedelic Purple. HEX triplet: E8, 30 and FA. RGB value is (232,48,250). Sum of RGB (Red+Green+Blue) = 232+48+250=530 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.77% from 530); Green value is 48 (19.14% from 255 or 9.06% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #E830FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E830FA is #17CF05. Grayscale: #7D7D7D. Windows color (decimal): -1560326 or 16396520. OLE color: 16396520.

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

Color convert

RGB 232 48 250 -
CMYK 0.07 0.81 0 0.02
HSL 294.65º 0.95% 0.58% -
HSV(B) 294.65º 0.81% 0.98% -
XYZ 51.59 26.17 92.78 -
YUV 126.04 197.96 203.57 -
System Red Green Blue C M Y K H S L
Decimal 232 48 250 0.07 0.81 0 0.02 294.65 0.95 0.58
Hex E8 30 FA 7 51 0 2 127 5F 3A
Octal 350 60 372 7 121 0 2 447 137 72
Binary 11101000 110000 11111010 111 1010001 0 10 100100111 1011111 111010

Color Harmonies of #E830FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E830FA

Black with #E830FA

Text Example


Text Example

White with #E830FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E830FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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