Html Css Color HEX #E019FD Psychedelic Purple

📋 copy color: '#E019FD'

red 224 ◦ green 25 ◦ blue 253

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

Shades of Psychedelic Purple #E019FD

Tints of Psychedelic Purple #E019FD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 4.98%

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

R = 44.62%
G = 4.98%
B = 50.4%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E019FD (or 0xE019FD) is known color: Psychedelic Purple. HEX triplet: E0, 19 and FD. RGB value is (224,25,253). Sum of RGB (Red+Green+Blue) = 224+25+253=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 25 (10.16% from 255 or 4.98% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #E019FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E019FD is #1FE602. Grayscale: #6D6D6D. Windows color (decimal): -2090499 or 16587232. OLE color: 16587232.

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

Color convert

RGB 224 25 253 -
CMYK 0.11 0.90 0 0.01
HSL 292.37º 0.98% 0.55% -
HSV(B) 292.37º 0.9% 0.99% -
XYZ 48.82 23.63 94.92 -
YUV 110.49 208.43 208.96 -
System Red Green Blue C M Y K H S L
Decimal 224 25 253 0.11 0.90 0 0.01 292.37 0.98 0.55
Hex E0 19 FD B 5A 0 1 124 62 37
Octal 340 31 375 13 132 0 1 444 142 67
Binary 11100000 11001 11111101 1011 1011010 0 1 100100100 1100010 110111

Color Harmonies of #E019FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E019FD

Black with #E019FD

Text Example


Text Example

White with #E019FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E019FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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