Html Css Color HEX #E127FD Psychedelic Purple

📋 copy color: '#E127FD'

red 225 ◦ green 39 ◦ blue 253

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

Shades of Psychedelic Purple #E127FD

Tints of Psychedelic Purple #E127FD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.54%

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

R = 43.52%
G = 7.54%
B = 48.94%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E127FD (or 0xE127FD) is known color: Psychedelic Purple. HEX triplet: E1, 27 and FD. RGB value is (225,39,253). Sum of RGB (Red+Green+Blue) = 225+39+253=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 39 (15.62% from 255 or 7.54% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #E127FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E127FD is #1ED802. Grayscale: #767676. Windows color (decimal): -2021379 or 16590817. OLE color: 16590817.

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

Color convert

RGB 225 39 253 -
CMYK 0.11 0.85 0 0.01
HSL 292.15º 0.98% 0.57% -
HSV(B) 292.15º 0.85% 0.99% -
XYZ 49.51 24.55 95.06 -
YUV 119.01 203.62 203.6 -
System Red Green Blue C M Y K H S L
Decimal 225 39 253 0.11 0.85 0 0.01 292.15 0.98 0.57
Hex E1 27 FD B 55 0 1 124 62 39
Octal 341 47 375 13 125 0 1 444 142 71
Binary 11100001 100111 11111101 1011 1010101 0 1 100100100 1100010 111001

Color Harmonies of #E127FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E127FD

Black with #E127FD

Text Example


Text Example

White with #E127FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E127FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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