Html Css Color HEX #E21EFD Psychedelic Purple

📋 copy color: '#E21EFD'

red 226 ◦ green 30 ◦ blue 253

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

Shades of Psychedelic Purple #E21EFD

Tints of Psychedelic Purple #E21EFD

RGB

 RED value IS 226 (88.67% from 255) = 44.4%

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

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

R = 44.4%
G = 5.89%
B = 49.71%

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

#E21EFD (or 0xE21EFD) is known color: Psychedelic Purple. HEX triplet: E2, 1E and FD. RGB value is (226,30,253). Sum of RGB (Red+Green+Blue) = 226+30+253=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 30 (12.11% from 255 or 5.89% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #E21EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21EFD is #1DE102. Grayscale: #717171. Windows color (decimal): -1958147 or 16588514. OLE color: 16588514.

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

Color convert

RGB 226 30 253 -
CMYK 0.11 0.88 0 0.01
HSL 292.74º 0.98% 0.55% -
HSV(B) 292.74º 0.88% 0.99% -
XYZ 49.56 24.19 94.99 -
YUV 114.03 206.43 207.87 -
System Red Green Blue C M Y K H S L
Decimal 226 30 253 0.11 0.88 0 0.01 292.74 0.98 0.55
Hex E2 1E FD B 58 0 1 125 62 37
Octal 342 36 375 13 130 0 1 445 142 67
Binary 11100010 11110 11111101 1011 1011000 0 1 100100101 1100010 110111

Color Harmonies of #E21EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21EFD

Black with #E21EFD

Text Example


Text Example

White with #E21EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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