Html Css Color HEX #E10EFF Psychedelic Purple

📋 copy color: '#E10EFF'

red 225 ◦ green 14 ◦ blue 255

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

Shades of Psychedelic Purple #E10EFF

Tints of Psychedelic Purple #E10EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.62%

R = 45.55%
G = 2.83%
B = 51.62%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E10EFF (or 0xE10EFF) is known color: Psychedelic Purple. HEX triplet: E1, 0E and FF. RGB value is (225,14,255). Sum of RGB (Red+Green+Blue) = 225+14+255=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 14 (5.86% from 255 or 2.83% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #E10EFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10EFF is #1EF100. Grayscale: #676767. Windows color (decimal): -2027777 or 16715489. OLE color: 16715489.

HSL color Cylindrical-coordinate representation of color #E10EFF: hue angle of 292.53º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10EFF is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 225 14 255 -
CMYK 0.12 0.95 0 0
HSL 292.53º 1% 0.53% -
HSV(B) 292.53º 0.95% 1% -
XYZ 49.26 23.54 96.56 -
YUV 104.56 212.9 213.9 -
System Red Green Blue C M Y K H S L
Decimal 225 14 255 0.12 0.95 0 0 292.53 1 0.53
Hex E1 E FF C 5F 0 0 125 64 35
Octal 341 16 377 14 137 0 0 445 144 65
Binary 11100001 1110 11111111 1100 1011111 0 0 100100101 1100100 110101

Color Harmonies of #E10EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10EFF

Black with #E10EFF

Text Example


Text Example

White with #E10EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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