Html Css Color HEX #E127FA Psychedelic Purple

📋 copy color: '#E127FA'

red 225 ◦ green 39 ◦ blue 250

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

Shades of Psychedelic Purple #E127FA

Tints of Psychedelic Purple #E127FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.64%

R = 43.77%
G = 7.59%
B = 48.64%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E127FA (or 0xE127FA) is known color: Psychedelic Purple. HEX triplet: E1, 27 and FA. RGB value is (225,39,250). Sum of RGB (Red+Green+Blue) = 225+39+250=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 39 (15.62% from 255 or 7.59% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #E127FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E127FA is #1ED805. Grayscale: #767676. Windows color (decimal): -2021382 or 16394209. OLE color: 16394209.

HSL color Cylindrical-coordinate representation of color #E127FA: hue angle of 292.89º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E127FA is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 225 39 250 -
CMYK 0.10 0.84 0 0.02
HSL 292.89º 0.95% 0.57% -
HSV(B) 292.89º 0.84% 0.98% -
XYZ 49.03 24.36 92.56 -
YUV 118.67 202.12 203.84 -
System Red Green Blue C M Y K H S L
Decimal 225 39 250 0.10 0.84 0 0.02 292.89 0.95 0.57
Hex E1 27 FA A 54 0 2 125 5F 39
Octal 341 47 372 12 124 0 2 445 137 71
Binary 11100001 100111 11111010 1010 1010100 0 10 100100101 1011111 111001

Color Harmonies of #E127FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E127FA

Black with #E127FA

Text Example


Text Example

White with #E127FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E127FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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