Html Css Color HEX #E20DF1 Psychedelic Purple

📋 copy color: '#E20DF1'

red 226 ◦ green 13 ◦ blue 241

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

Shades of Psychedelic Purple #E20DF1

Tints of Psychedelic Purple #E20DF1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.71%

 BLUE value IS 241 (94.53% from 255) = 50.21%

R = 47.08%
G = 2.71%
B = 50.21%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E20DF1 (or 0xE20DF1) is known color: Psychedelic Purple. HEX triplet: E2, 0D and F1. RGB value is (226,13,241). Sum of RGB (Red+Green+Blue) = 226+13+241=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 13 (5.47% from 255 or 2.71% from 480); Blue value is 241 (94.53% from 255 or 50.21% from 480); Max value from RGB is 241 - color contains mainly: blue. Hex color #E20DF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20DF1 is #1DF20E. Grayscale: #656565. Windows color (decimal): -1962511 or 15797730. OLE color: 15797730.

HSL color Cylindrical-coordinate representation of color #E20DF1: hue angle of 296.05º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E20DF1 is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 226 13 241 -
CMYK 0.06 0.95 0 0.05
HSL 296.05º 0.9% 0.5% -
HSV(B) 296.05º 0.95% 0.95% -
XYZ 47.39 22.81 85.12 -
YUV 102.68 206.07 215.96 -
System Red Green Blue C M Y K H S L
Decimal 226 13 241 0.06 0.95 0 0.05 296.05 0.9 0.5
Hex E2 D F1 6 5F 0 5 128 5A 32
Octal 342 15 361 6 137 0 5 450 132 62
Binary 11100010 1101 11110001 110 1011111 0 101 100101000 1011010 110010

Color Harmonies of #E20DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20DF1

Black with #E20DF1

Text Example


Text Example

White with #E20DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20DF1; }

 p { color: rgb(226,13,241); }

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

background-color css

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

 a { background-color: rgb(226,13,241); }

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

border-color css

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

 span { border-color: rgb(226,13,241); }

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