Html Css Color HEX #E928FD Psychedelic Purple

📋 copy color: '#E928FD'

red 233 ◦ green 40 ◦ blue 253

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

Shades of Psychedelic Purple #E928FD

Tints of Psychedelic Purple #E928FD

RGB

 RED value IS 233 (91.41% from 255) = 44.3%

 GREEN value IS 40 (16.02% from 255) = 7.6%

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

R = 44.3%
G = 7.6%
B = 48.1%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E928FD (or 0xE928FD) is known color: Psychedelic Purple. HEX triplet: E9, 28 and FD. RGB value is (233,40,253). Sum of RGB (Red+Green+Blue) = 233+40+253=526 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.30% from 526); Green value is 40 (16.02% from 255 or 7.60% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #E928FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E928FD is #16D702. Grayscale: #797979. Windows color (decimal): -1496835 or 16591081. OLE color: 16591081.

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

Color convert

RGB 233 40 253 -
CMYK 0.08 0.84 0 0.01
HSL 294.37º 0.98% 0.57% -
HSV(B) 294.37º 0.84% 0.99% -
XYZ 52.09 25.93 95.19 -
YUV 121.99 201.94 207.18 -
System Red Green Blue C M Y K H S L
Decimal 233 40 253 0.08 0.84 0 0.01 294.37 0.98 0.57
Hex E9 28 FD 8 54 0 1 126 62 39
Octal 351 50 375 10 124 0 1 446 142 71
Binary 11101001 101000 11111101 1000 1010100 0 1 100100110 1100010 111001

Color Harmonies of #E928FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E928FD

Black with #E928FD

Text Example


Text Example

White with #E928FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E928FD; }

 p { color: rgb(233,40,253); }

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

background-color css

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

 a { background-color: rgb(233,40,253); }

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

border-color css

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

 span { border-color: rgb(233,40,253); }

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