Html Css Color HEX #E10FEA Psychedelic Purple

📋 copy color: '#E10FEA'

red 225 ◦ green 15 ◦ blue 234

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

Shades of Psychedelic Purple #E10FEA

Tints of Psychedelic Purple #E10FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.37%

R = 47.47%
G = 3.16%
B = 49.37%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E10FEA (or 0xE10FEA) is known color: Psychedelic Purple. HEX triplet: E1, 0F and EA. RGB value is (225,15,234). Sum of RGB (Red+Green+Blue) = 225+15+234=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 15 (6.25% from 255 or 3.16% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #E10FEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10FEA is #1EF015. Grayscale: #666666. Windows color (decimal): -2027542 or 15339489. OLE color: 15339489.

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

Color convert

RGB 225 15 234 -
CMYK 0.04 0.94 0 0.08
HSL 297.53º 0.88% 0.49% -
HSV(B) 297.53º 0.94% 0.92% -
XYZ 46.07 22.29 79.72 -
YUV 102.76 202.07 215.19 -
System Red Green Blue C M Y K H S L
Decimal 225 15 234 0.04 0.94 0 0.08 297.53 0.88 0.49
Hex E1 F EA 4 5E 0 8 12A 58 31
Octal 341 17 352 4 136 0 10 452 130 61
Binary 11100001 1111 11101010 100 1011110 0 1000 100101010 1011000 110001

Color Harmonies of #E10FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10FEA

Black with #E10FEA

Text Example


Text Example

White with #E10FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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