Html Css Color HEX #E10FFF Psychedelic Purple

📋 copy color: '#E10FFF'

red 225 ◦ green 15 ◦ blue 255

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

Shades of Psychedelic Purple #E10FFF

Tints of Psychedelic Purple #E10FFF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.03%

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

R = 45.45%
G = 3.03%
B = 51.52%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E10FFF (or 0xE10FFF) is known color: Psychedelic Purple. HEX triplet: E1, 0F and FF. RGB value is (225,15,255). Sum of RGB (Red+Green+Blue) = 225+15+255=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 15 (6.25% from 255 or 3.03% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #E10FFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10FFF is #1EF000. Grayscale: #686868. Windows color (decimal): -2027521 or 16715745. OLE color: 16715745.

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

Color convert

RGB 225 15 255 -
CMYK 0.12 0.94 0 0
HSL 292.5º 1% 0.53% -
HSV(B) 292.5º 0.94% 1% -
XYZ 49.27 23.57 96.56 -
YUV 105.15 212.57 213.49 -
System Red Green Blue C M Y K H S L
Decimal 225 15 255 0.12 0.94 0 0 292.5 1 0.53
Hex E1 F FF C 5E 0 0 124 64 35
Octal 341 17 377 14 136 0 0 444 144 65
Binary 11100001 1111 11111111 1100 1011110 0 0 100100100 1100100 110101

Color Harmonies of #E10FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10FFF

Black with #E10FFF

Text Example


Text Example

White with #E10FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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