Html Css Color HEX #E10EF3 Psychedelic Purple

📋 copy color: '#E10EF3'

red 225 ◦ green 14 ◦ blue 243

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

Shades of Psychedelic Purple #E10EF3

Tints of Psychedelic Purple #E10EF3

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.9%

 BLUE value IS 243 (95.31% from 255) = 50.41%

R = 46.68%
G = 2.9%
B = 50.41%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E10EF3 (or 0xE10EF3) is known color: Psychedelic Purple. HEX triplet: E1, 0E and F3. RGB value is (225,14,243). Sum of RGB (Red+Green+Blue) = 225+14+243=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 14 (5.86% from 255 or 2.90% from 482); Blue value is 243 (95.31% from 255 or 50.41% from 482); Max value from RGB is 243 - color contains mainly: blue. Hex color #E10EF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10EF3 is #1EF10C. Grayscale: #666666. Windows color (decimal): -2027789 or 15929057. OLE color: 15929057.

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

Color convert

RGB 225 14 243 -
CMYK 0.07 0.94 0 0.05
HSL 295.28º 0.91% 0.5% -
HSV(B) 295.28º 0.94% 0.95% -
XYZ 47.39 22.79 86.7 -
YUV 103.2 206.9 214.88 -
System Red Green Blue C M Y K H S L
Decimal 225 14 243 0.07 0.94 0 0.05 295.28 0.91 0.5
Hex E1 E F3 7 5E 0 5 127 5B 32
Octal 341 16 363 7 136 0 5 447 133 62
Binary 11100001 1110 11110011 111 1011110 0 101 100100111 1011011 110010

Color Harmonies of #E10EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10EF3

Black with #E10EF3

Text Example


Text Example

White with #E10EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10EF3; }

 p { color: rgb(225,14,243); }

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

background-color css

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

 a { background-color: rgb(225,14,243); }

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

border-color css

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

 span { border-color: rgb(225,14,243); }

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