Html Css Color HEX #E21DF0 Psychedelic Purple

📋 copy color: '#E21DF0'

red 226 ◦ green 29 ◦ blue 240

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

Shades of Psychedelic Purple #E21DF0

Tints of Psychedelic Purple #E21DF0

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.86%

 BLUE value IS 240 (94.14% from 255) = 48.48%

R = 45.66%
G = 5.86%
B = 48.48%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E21DF0 (or 0xE21DF0) is known color: Psychedelic Purple. HEX triplet: E2, 1D and F0. RGB value is (226,29,240). Sum of RGB (Red+Green+Blue) = 226+29+240=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 29 (11.72% from 255 or 5.86% from 495); Blue value is 240 (94.14% from 255 or 48.48% from 495); Max value from RGB is 240 - color contains mainly: blue. Hex color #E21DF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21DF0 is #1DE20F. Grayscale: #6F6F6F. Windows color (decimal): -1958416 or 15736290. OLE color: 15736290.

HSL color Cylindrical-coordinate representation of color #E21DF0: hue angle of 296.02º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21DF0 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 226 29 240 -
CMYK 0.06 0.88 0 0.06
HSL 296.02º 0.88% 0.53% -
HSV(B) 296.02º 0.88% 0.94% -
XYZ 47.53 23.34 84.44 -
YUV 111.96 200.27 209.34 -
System Red Green Blue C M Y K H S L
Decimal 226 29 240 0.06 0.88 0 0.06 296.02 0.88 0.53
Hex E2 1D F0 6 58 0 6 128 58 35
Octal 342 35 360 6 130 0 6 450 130 65
Binary 11100010 11101 11110000 110 1011000 0 110 100101000 1011000 110101

Color Harmonies of #E21DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21DF0

Black with #E21DF0

Text Example


Text Example

White with #E21DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21DF0; }

 p { color: rgb(226,29,240); }

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

background-color css

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

 a { background-color: rgb(226,29,240); }

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

border-color css

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

 span { border-color: rgb(226,29,240); }

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