Html Css Color HEX #E136FE Psychedelic Purple

📋 copy color: '#E136FE'

red 225 ◦ green 54 ◦ blue 254

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

Shades of Psychedelic Purple #E136FE

Tints of Psychedelic Purple #E136FE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.13%

 BLUE value IS 254 (99.61% from 255) = 47.65%

R = 42.21%
G = 10.13%
B = 47.65%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E136FE (or 0xE136FE) is known color: Psychedelic Purple. HEX triplet: E1, 36 and FE. RGB value is (225,54,254). Sum of RGB (Red+Green+Blue) = 225+54+254=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 54 (21.48% from 255 or 10.13% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #E136FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E136FE is #1EC901. Grayscale: #7F7F7F. Windows color (decimal): -2017538 or 16660193. OLE color: 16660193.

HSL color Cylindrical-coordinate representation of color #E136FE: hue angle of 291.3º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E136FE is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 225 54 254 -
CMYK 0.11 0.79 0 0.00
HSL 291.3º 0.99% 0.6% -
HSV(B) 291.3º 0.79% 1% -
XYZ 50.26 25.8 96.1 -
YUV 127.93 199.15 197.24 -
System Red Green Blue C M Y K H S L
Decimal 225 54 254 0.11 0.79 0 0.00 291.3 0.99 0.6
Hex E1 36 FE B 4F 0 0 123 63 3C
Octal 341 66 376 13 117 0 0 443 143 74
Binary 11100001 110110 11111110 1011 1001111 0 0 100100011 1100011 111100

Color Harmonies of #E136FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E136FE

Black with #E136FE

Text Example


Text Example

White with #E136FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E136FE; }

 p { color: rgb(225,54,254); }

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

background-color css

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

 a { background-color: rgb(225,54,254); }

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

border-color css

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

 span { border-color: rgb(225,54,254); }

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