Html Css Color HEX #E10DF0 Psychedelic Purple

📋 copy color: '#E10DF0'

red 225 ◦ green 13 ◦ blue 240

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

Shades of Psychedelic Purple #E10DF0

Tints of Psychedelic Purple #E10DF0

RGB

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

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

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

R = 47.07%
G = 2.72%
B = 50.21%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E10DF0 (or 0xE10DF0) is known color: Psychedelic Purple. HEX triplet: E1, 0D and F0. RGB value is (225,13,240). Sum of RGB (Red+Green+Blue) = 225+13+240=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 13 (5.47% from 255 or 2.72% from 478); Blue value is 240 (94.14% from 255 or 50.21% from 478); Max value from RGB is 240 - color contains mainly: blue. Hex color #E10DF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10DF0 is #1EF20F. Grayscale: #656565. Windows color (decimal): -2028048 or 15732193. OLE color: 15732193.

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

Color convert

RGB 225 13 240 -
CMYK 0.06 0.95 0 0.06
HSL 296.04º 0.9% 0.5% -
HSV(B) 296.04º 0.95% 0.94% -
XYZ 46.92 22.59 84.32 -
YUV 102.27 205.74 215.54 -
System Red Green Blue C M Y K H S L
Decimal 225 13 240 0.06 0.95 0 0.06 296.04 0.9 0.5
Hex E1 D F0 6 5F 0 6 128 5A 32
Octal 341 15 360 6 137 0 6 450 132 62
Binary 11100001 1101 11110000 110 1011111 0 110 100101000 1011010 110010

Color Harmonies of #E10DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10DF0

Black with #E10DF0

Text Example


Text Example

White with #E10DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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