Html Css Color HEX #E81EFD Psychedelic Purple

📋 copy color: '#E81EFD'

red 232 ◦ green 30 ◦ blue 253

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

Shades of Psychedelic Purple #E81EFD

Tints of Psychedelic Purple #E81EFD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 5.83%

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

R = 45.05%
G = 5.83%
B = 49.13%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E81EFD (or 0xE81EFD) is known color: Psychedelic Purple. HEX triplet: E8, 1E and FD. RGB value is (232,30,253). Sum of RGB (Red+Green+Blue) = 232+30+253=515 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.05% from 515); Green value is 30 (12.11% from 255 or 5.83% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #E81EFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E81EFD is #17E102. Grayscale: #737373. Windows color (decimal): -1564931 or 16588520. OLE color: 16588520.

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

Color convert

RGB 232 30 253 -
CMYK 0.08 0.88 0 0.01
HSL 294.35º 0.98% 0.55% -
HSV(B) 294.35º 0.88% 0.99% -
XYZ 51.47 25.18 95.08 -
YUV 115.82 205.42 210.87 -
System Red Green Blue C M Y K H S L
Decimal 232 30 253 0.08 0.88 0 0.01 294.35 0.98 0.55
Hex E8 1E FD 8 58 0 1 126 62 37
Octal 350 36 375 10 130 0 1 446 142 67
Binary 11101000 11110 11111101 1000 1011000 0 1 100100110 1100010 110111

Color Harmonies of #E81EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81EFD

Black with #E81EFD

Text Example


Text Example

White with #E81EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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