Html Css Color HEX #E136FF Psychedelic Purple

📋 copy color: '#E136FF'

red 225 ◦ green 54 ◦ blue 255

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

Shades of Psychedelic Purple #E136FF

Tints of Psychedelic Purple #E136FF

RGB

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

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

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

R = 42.13%
G = 10.11%
B = 47.75%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E136FF (or 0xE136FF) is known color: Psychedelic Purple. HEX triplet: E1, 36 and FF. RGB value is (225,54,255). Sum of RGB (Red+Green+Blue) = 225+54+255=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 54 (21.48% from 255 or 10.11% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #E136FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E136FF is #1EC900. Grayscale: #7F7F7F. Windows color (decimal): -2017537 or 16725729. OLE color: 16725729.

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

Color convert

RGB 225 54 255 -
CMYK 0.12 0.79 0 0
HSL 291.04º 1% 0.61% -
HSV(B) 291.04º 0.79% 1% -
XYZ 50.42 25.87 96.94 -
YUV 128.04 199.65 197.16 -
System Red Green Blue C M Y K H S L
Decimal 225 54 255 0.12 0.79 0 0 291.04 1 0.61
Hex E1 36 FF C 4F 0 0 123 64 3D
Octal 341 66 377 14 117 0 0 443 144 75
Binary 11100001 110110 11111111 1100 1001111 0 0 100100011 1100100 111101

Color Harmonies of #E136FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E136FF

Black with #E136FF

Text Example


Text Example

White with #E136FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E136FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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