Html Css Color HEX #E127EA Psychedelic Purple

📋 copy color: '#E127EA'

red 225 ◦ green 39 ◦ blue 234

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

Shades of Psychedelic Purple #E127EA

Tints of Psychedelic Purple #E127EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.99%

R = 45.18%
G = 7.83%
B = 46.99%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E127EA (or 0xE127EA) is known color: Psychedelic Purple. HEX triplet: E1, 27 and EA. RGB value is (225,39,234). Sum of RGB (Red+Green+Blue) = 225+39+234=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 39 (15.62% from 255 or 7.83% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #E127EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E127EA is #1ED815. Grayscale: #747474. Windows color (decimal): -2021398 or 15345633. OLE color: 15345633.

HSL color Cylindrical-coordinate representation of color #E127EA: hue angle of 297.23º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E127EA is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 225 39 234 -
CMYK 0.04 0.83 0 0.08
HSL 297.23º 0.82% 0.54% -
HSV(B) 297.23º 0.83% 0.92% -
XYZ 46.63 23.4 79.9 -
YUV 116.84 194.12 205.14 -
System Red Green Blue C M Y K H S L
Decimal 225 39 234 0.04 0.83 0 0.08 297.23 0.82 0.54
Hex E1 27 EA 4 53 0 8 129 52 36
Octal 341 47 352 4 123 0 10 451 122 66
Binary 11100001 100111 11101010 100 1010011 0 1000 100101001 1010010 110110

Color Harmonies of #E127EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E127EA

Black with #E127EA

Text Example


Text Example

White with #E127EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E127EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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