Html Css Color HEX #E830FD Psychedelic Purple

📋 copy color: '#E830FD'

red 232 ◦ green 48 ◦ blue 253

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

Shades of Psychedelic Purple #E830FD

Tints of Psychedelic Purple #E830FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.47%

R = 43.53%
G = 9.01%
B = 47.47%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E830FD (or 0xE830FD) is known color: Psychedelic Purple. HEX triplet: E8, 30 and FD. RGB value is (232,48,253). Sum of RGB (Red+Green+Blue) = 232+48+253=533 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.53% from 533); Green value is 48 (19.14% from 255 or 9.01% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #E830FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E830FD is #17CF02. Grayscale: #7D7D7D. Windows color (decimal): -1560323 or 16593128. OLE color: 16593128.

HSL color Cylindrical-coordinate representation of color #E830FD: hue angle of 293.85º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E830FD is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 232 48 253 -
CMYK 0.08 0.81 0 0.01
HSL 293.85º 0.98% 0.59% -
HSV(B) 293.85º 0.81% 0.99% -
XYZ 52.07 26.36 95.27 -
YUV 126.39 199.46 203.33 -
System Red Green Blue C M Y K H S L
Decimal 232 48 253 0.08 0.81 0 0.01 293.85 0.98 0.59
Hex E8 30 FD 8 51 0 1 126 62 3B
Octal 350 60 375 10 121 0 1 446 142 73
Binary 11101000 110000 11111101 1000 1010001 0 1 100100110 1100010 111011

Color Harmonies of #E830FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E830FD

Black with #E830FD

Text Example


Text Example

White with #E830FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E830FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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