Html Css Color HEX #E10FEF Psychedelic Purple

📋 copy color: '#E10FEF'

red 225 ◦ green 15 ◦ blue 239

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

Shades of Psychedelic Purple #E10FEF

Tints of Psychedelic Purple #E10FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.9%

R = 46.97%
G = 3.13%
B = 49.9%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E10FEF (or 0xE10FEF) is known color: Psychedelic Purple. HEX triplet: E1, 0F and EF. RGB value is (225,15,239). Sum of RGB (Red+Green+Blue) = 225+15+239=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 15 (6.25% from 255 or 3.13% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #E10FEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10FEF is #1EF010. Grayscale: #666666. Windows color (decimal): -2027537 or 15667169. OLE color: 15667169.

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

Color convert

RGB 225 15 239 -
CMYK 0.06 0.94 0 0.06
HSL 296.25º 0.88% 0.5% -
HSV(B) 296.25º 0.94% 0.94% -
XYZ 46.8 22.58 83.55 -
YUV 103.33 204.57 214.79 -
System Red Green Blue C M Y K H S L
Decimal 225 15 239 0.06 0.94 0 0.06 296.25 0.88 0.5
Hex E1 F EF 6 5E 0 6 128 58 32
Octal 341 17 357 6 136 0 6 450 130 62
Binary 11100001 1111 11101111 110 1011110 0 110 100101000 1011000 110010

Color Harmonies of #E10FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10FEF

Black with #E10FEF

Text Example


Text Example

White with #E10FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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