Html Css Color HEX #E136FD Psychedelic Purple

📋 copy color: '#E136FD'

red 225 ◦ green 54 ◦ blue 253

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

Shades of Psychedelic Purple #E136FD

Tints of Psychedelic Purple #E136FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.56%

R = 42.29%
G = 10.15%
B = 47.56%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E136FD (or 0xE136FD) is known color: Psychedelic Purple. HEX triplet: E1, 36 and FD. RGB value is (225,54,253). Sum of RGB (Red+Green+Blue) = 225+54+253=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 54 (21.48% from 255 or 10.15% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #E136FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E136FD is #1EC902. Grayscale: #7F7F7F. Windows color (decimal): -2017539 or 16594657. OLE color: 16594657.

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

Color convert

RGB 225 54 253 -
CMYK 0.11 0.79 0 0.01
HSL 291.56º 0.98% 0.6% -
HSV(B) 291.56º 0.79% 0.99% -
XYZ 50.1 25.74 95.26 -
YUV 127.82 198.65 197.32 -
System Red Green Blue C M Y K H S L
Decimal 225 54 253 0.11 0.79 0 0.01 291.56 0.98 0.6
Hex E1 36 FD B 4F 0 1 124 62 3C
Octal 341 66 375 13 117 0 1 444 142 74
Binary 11100001 110110 11111101 1011 1001111 0 1 100100100 1100010 111100

Color Harmonies of #E136FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E136FD

Black with #E136FD

Text Example


Text Example

White with #E136FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E136FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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