Html Css Color HEX #E137FE Psychedelic Purple

📋 copy color: '#E137FE'

red 225 ◦ green 55 ◦ blue 254

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

Shades of Psychedelic Purple #E137FE

Tints of Psychedelic Purple #E137FE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 10.3%

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

R = 42.13%
G = 10.3%
B = 47.57%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E137FE (or 0xE137FE) is known color: Psychedelic Purple. HEX triplet: E1, 37 and FE. RGB value is (225,55,254). Sum of RGB (Red+Green+Blue) = 225+55+254=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 55 (21.88% from 255 or 10.30% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #E137FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E137FE is #1EC801. Grayscale: #7F7F7F. Windows color (decimal): -2017282 or 16660449. OLE color: 16660449.

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

Color convert

RGB 225 55 254 -
CMYK 0.11 0.78 0 0.00
HSL 291.26º 0.99% 0.61% -
HSV(B) 291.26º 0.78% 1% -
XYZ 50.31 25.9 96.11 -
YUV 128.52 198.82 196.82 -
System Red Green Blue C M Y K H S L
Decimal 225 55 254 0.11 0.78 0 0.00 291.26 0.99 0.61
Hex E1 37 FE B 4E 0 0 123 63 3D
Octal 341 67 376 13 116 0 0 443 143 75
Binary 11100001 110111 11111110 1011 1001110 0 0 100100011 1100011 111101

Color Harmonies of #E137FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E137FE

Black with #E137FE

Text Example


Text Example

White with #E137FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E137FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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