Html Css Color HEX #E137FF Psychedelic Purple

📋 copy color: '#E137FF'

red 225 ◦ green 55 ◦ blue 255

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

Shades of Psychedelic Purple #E137FF

Tints of Psychedelic Purple #E137FF

RGB

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

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

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

R = 42.06%
G = 10.28%
B = 47.66%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E137FF (or 0xE137FF) is known color: Psychedelic Purple. HEX triplet: E1, 37 and FF. RGB value is (225,55,255). Sum of RGB (Red+Green+Blue) = 225+55+255=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 55 (21.88% from 255 or 10.28% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #E137FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E137FF is #1EC800. Grayscale: #7F7F7F. Windows color (decimal): -2017281 or 16725985. OLE color: 16725985.

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

Color convert

RGB 225 55 255 -
CMYK 0.12 0.78 0 0
HSL 291º 1% 0.61% -
HSV(B) 291º 0.78% 1% -
XYZ 50.47 25.96 96.96 -
YUV 128.63 199.32 196.74 -
System Red Green Blue C M Y K H S L
Decimal 225 55 255 0.12 0.78 0 0 291 1 0.61
Hex E1 37 FF C 4E 0 0 123 64 3D
Octal 341 67 377 14 116 0 0 443 144 75
Binary 11100001 110111 11111111 1100 1001110 0 0 100100011 1100100 111101

Color Harmonies of #E137FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E137FF

Black with #E137FF

Text Example


Text Example

White with #E137FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E137FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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