Html Css Color HEX #E10DF1 Psychedelic Purple

📋 copy color: '#E10DF1'

red 225 ◦ green 13 ◦ blue 241

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

Shades of Psychedelic Purple #E10DF1

Tints of Psychedelic Purple #E10DF1

RGB

 RED value IS 225 (88.28% from 255) = 46.97%

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

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

R = 46.97%
G = 2.71%
B = 50.31%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E10DF1 (or 0xE10DF1) is known color: Psychedelic Purple. HEX triplet: E1, 0D and F1. RGB value is (225,13,241). Sum of RGB (Red+Green+Blue) = 225+13+241=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 13 (5.47% from 255 or 2.71% from 479); Blue value is 241 (94.53% from 255 or 50.31% from 479); Max value from RGB is 241 - color contains mainly: blue. Hex color #E10DF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10DF1 is #1EF20E. Grayscale: #656565. Windows color (decimal): -2028047 or 15797729. OLE color: 15797729.

HSL color Cylindrical-coordinate representation of color #E10DF1: hue angle of 295.79º 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 #E10DF1 is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 225 13 241 -
CMYK 0.07 0.95 0 0.05
HSL 295.79º 0.9% 0.5% -
HSV(B) 295.79º 0.95% 0.95% -
XYZ 47.07 22.65 85.11 -
YUV 102.38 206.24 215.46 -
System Red Green Blue C M Y K H S L
Decimal 225 13 241 0.07 0.95 0 0.05 295.79 0.9 0.5
Hex E1 D F1 7 5F 0 5 128 5A 32
Octal 341 15 361 7 137 0 5 450 132 62
Binary 11100001 1101 11110001 111 1011111 0 101 100101000 1011010 110010

Color Harmonies of #E10DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10DF1

Black with #E10DF1

Text Example


Text Example

White with #E10DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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