Html Css Color HEX #E10EFC Psychedelic Purple

📋 copy color: '#E10EFC'

red 225 ◦ green 14 ◦ blue 252

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

Shades of Psychedelic Purple #E10EFC

Tints of Psychedelic Purple #E10EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.32%

R = 45.82%
G = 2.85%
B = 51.32%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E10EFC (or 0xE10EFC) is known color: Psychedelic Purple. HEX triplet: E1, 0E and FC. RGB value is (225,14,252). Sum of RGB (Red+Green+Blue) = 225+14+252=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 14 (5.86% from 255 or 2.85% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #E10EFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10EFC is #1EF103. Grayscale: #676767. Windows color (decimal): -2027780 or 16518881. OLE color: 16518881.

HSL color Cylindrical-coordinate representation of color #E10EFC: hue angle of 293.19º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E10EFC is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 225 14 252 -
CMYK 0.11 0.94 0 0.01
HSL 293.19º 0.98% 0.52% -
HSV(B) 293.19º 0.94% 0.99% -
XYZ 48.78 23.35 94.03 -
YUV 104.22 211.4 214.15 -
System Red Green Blue C M Y K H S L
Decimal 225 14 252 0.11 0.94 0 0.01 293.19 0.98 0.52
Hex E1 E FC B 5E 0 1 125 62 34
Octal 341 16 374 13 136 0 1 445 142 64
Binary 11100001 1110 11111100 1011 1011110 0 1 100100101 1100010 110100

Color Harmonies of #E10EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10EFC

Black with #E10EFC

Text Example


Text Example

White with #E10EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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