Html Css Color HEX #E10EF2 Psychedelic Purple

📋 copy color: '#E10EF2'

red 225 ◦ green 14 ◦ blue 242

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

Shades of Psychedelic Purple #E10EF2

Tints of Psychedelic Purple #E10EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 50.31%

R = 46.78%
G = 2.91%
B = 50.31%

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

#E10EF2 (or 0xE10EF2) is known color: Psychedelic Purple. HEX triplet: E1, 0E and F2. RGB value is (225,14,242). Sum of RGB (Red+Green+Blue) = 225+14+242=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 14 (5.86% from 255 or 2.91% from 481); Blue value is 242 (94.92% from 255 or 50.31% from 481); Max value from RGB is 242 - color contains mainly: blue. Hex color #E10EF2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10EF2 is #1EF10D. Grayscale: #666666. Windows color (decimal): -2027790 or 15863521. OLE color: 15863521.

HSL color Cylindrical-coordinate representation of color #E10EF2: hue angle of 295.53º degrees, saturation: 0.9, 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 #E10EF2 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 225 14 242 -
CMYK 0.07 0.94 0 0.05
HSL 295.53º 0.9% 0.5% -
HSV(B) 295.53º 0.94% 0.95% -
XYZ 47.24 22.73 85.9 -
YUV 103.08 206.4 214.96 -
System Red Green Blue C M Y K H S L
Decimal 225 14 242 0.07 0.94 0 0.05 295.53 0.9 0.5
Hex E1 E F2 7 5E 0 5 128 5A 32
Octal 341 16 362 7 136 0 5 450 132 62
Binary 11100001 1110 11110010 111 1011110 0 101 100101000 1011010 110010

Color Harmonies of #E10EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10EF2

Black with #E10EF2

Text Example


Text Example

White with #E10EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10EF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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