Html Css Color HEX #E10DFF Psychedelic Purple

📋 copy color: '#E10DFF'

red 225 ◦ green 13 ◦ blue 255

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

Shades of Psychedelic Purple #E10DFF

Tints of Psychedelic Purple #E10DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.72%

R = 45.64%
G = 2.64%
B = 51.72%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E10DFF (or 0xE10DFF) is known color: Psychedelic Purple. HEX triplet: E1, 0D and FF. RGB value is (225,13,255). Sum of RGB (Red+Green+Blue) = 225+13+255=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 13 (5.47% from 255 or 2.64% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #E10DFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10DFF is #1EF200. Grayscale: #676767. Windows color (decimal): -2028033 or 16715233. OLE color: 16715233.

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

Color convert

RGB 225 13 255 -
CMYK 0.12 0.95 0 0
HSL 292.56º 1% 0.53% -
HSV(B) 292.56º 0.95% 1% -
XYZ 49.25 23.52 96.55 -
YUV 103.98 213.24 214.32 -
System Red Green Blue C M Y K H S L
Decimal 225 13 255 0.12 0.95 0 0 292.56 1 0.53
Hex E1 D FF C 5F 0 0 125 64 35
Octal 341 15 377 14 137 0 0 445 144 65
Binary 11100001 1101 11111111 1100 1011111 0 0 100100101 1100100 110101

Color Harmonies of #E10DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10DFF

Black with #E10DFF

Text Example


Text Example

White with #E10DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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