Html Css Color HEX #E01EFD Psychedelic Purple

📋 copy color: '#E01EFD'

red 224 ◦ green 30 ◦ blue 253

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

Shades of Psychedelic Purple #E01EFD

Tints of Psychedelic Purple #E01EFD

RGB

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

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

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

R = 44.18%
G = 5.92%
B = 49.9%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E01EFD (or 0xE01EFD) is known color: Psychedelic Purple. HEX triplet: E0, 1E and FD. RGB value is (224,30,253). Sum of RGB (Red+Green+Blue) = 224+30+253=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 30 (12.11% from 255 or 5.92% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #E01EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01EFD is #1FE102. Grayscale: #707070. Windows color (decimal): -2089219 or 16588512. OLE color: 16588512.

HSL color Cylindrical-coordinate representation of color #E01EFD: hue angle of 292.2º 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 #E01EFD is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 224 30 253 -
CMYK 0.11 0.88 0 0.01
HSL 292.2º 0.98% 0.55% -
HSV(B) 292.2º 0.88% 0.99% -
XYZ 48.93 23.87 94.96 -
YUV 113.43 206.77 206.87 -
System Red Green Blue C M Y K H S L
Decimal 224 30 253 0.11 0.88 0 0.01 292.2 0.98 0.55
Hex E0 1E FD B 58 0 1 124 62 37
Octal 340 36 375 13 130 0 1 444 142 67
Binary 11100000 11110 11111101 1011 1011000 0 1 100100100 1100010 110111

Color Harmonies of #E01EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01EFD

Black with #E01EFD

Text Example


Text Example

White with #E01EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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