Html Css Color HEX #E10FE6 Psychedelic Purple

📋 copy color: '#E10FE6'

red 225 ◦ green 15 ◦ blue 230

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

Shades of Psychedelic Purple #E10FE6

Tints of Psychedelic Purple #E10FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.94%

R = 47.87%
G = 3.19%
B = 48.94%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E10FE6 (or 0xE10FE6) is known color: Psychedelic Purple. HEX triplet: E1, 0F and E6. RGB value is (225,15,230). Sum of RGB (Red+Green+Blue) = 225+15+230=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 15 (6.25% from 255 or 3.19% from 470); Blue value is 230 (90.23% from 255 or 48.94% from 470); Max value from RGB is 230 - color contains mainly: blue. Hex color #E10FE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10FE6 is #1EF019. Grayscale: #656565. Windows color (decimal): -2027546 or 15077345. OLE color: 15077345.

HSL color Cylindrical-coordinate representation of color #E10FE6: hue angle of 298.6º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E10FE6 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 225 15 230 -
CMYK 0.02 0.93 0 0.10
HSL 298.6º 0.88% 0.48% -
HSV(B) 298.6º 0.93% 0.9% -
XYZ 45.51 22.06 76.72 -
YUV 102.3 200.07 215.52 -
System Red Green Blue C M Y K H S L
Decimal 225 15 230 0.02 0.93 0 0.10 298.6 0.88 0.48
Hex E1 F E6 2 5D 0 A 12B 58 30
Octal 341 17 346 2 135 0 12 453 130 60
Binary 11100001 1111 11100110 10 1011101 0 1010 100101011 1011000 110000

Color Harmonies of #E10FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10FE6

Black with #E10FE6

Text Example


Text Example

White with #E10FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10FE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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