Html Css Color HEX #E022FD Psychedelic Purple

📋 copy color: '#E022FD'

red 224 ◦ green 34 ◦ blue 253

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

Shades of Psychedelic Purple #E022FD

Tints of Psychedelic Purple #E022FD

RGB

 RED value IS 224 (87.89% from 255) = 43.84%

 GREEN value IS 34 (13.67% from 255) = 6.65%

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

R = 43.84%
G = 6.65%
B = 49.51%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E022FD (or 0xE022FD) is known color: Psychedelic Purple. HEX triplet: E0, 22 and FD. RGB value is (224,34,253). Sum of RGB (Red+Green+Blue) = 224+34+253=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 34 (13.67% from 255 or 6.65% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #E022FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E022FD is #1FDD02. Grayscale: #737373. Windows color (decimal): -2088195 or 16589536. OLE color: 16589536.

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

Color convert

RGB 224 34 253 -
CMYK 0.11 0.87 0 0.01
HSL 292.05º 0.98% 0.56% -
HSV(B) 292.05º 0.87% 0.99% -
XYZ 49.04 24.08 94.99 -
YUV 115.78 205.45 205.19 -
System Red Green Blue C M Y K H S L
Decimal 224 34 253 0.11 0.87 0 0.01 292.05 0.98 0.56
Hex E0 22 FD B 57 0 1 124 62 38
Octal 340 42 375 13 127 0 1 444 142 70
Binary 11100000 100010 11111101 1011 1010111 0 1 100100100 1100010 111000

Color Harmonies of #E022FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E022FD

Black with #E022FD

Text Example


Text Example

White with #E022FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E022FD; }

 p { color: rgb(224,34,253); }

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

background-color css

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

 a { background-color: rgb(224,34,253); }

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

border-color css

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

 span { border-color: rgb(224,34,253); }

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