Html Css Color HEX #E126FF Psychedelic Purple

📋 copy color: '#E126FF'

red 225 ◦ green 38 ◦ blue 255

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

Shades of Psychedelic Purple #E126FF

Tints of Psychedelic Purple #E126FF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.34%

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

R = 43.44%
G = 7.34%
B = 49.23%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E126FF (or 0xE126FF) is known color: Psychedelic Purple. HEX triplet: E1, 26 and FF. RGB value is (225,38,255). Sum of RGB (Red+Green+Blue) = 225+38+255=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 38 (15.23% from 255 or 7.34% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #E126FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E126FF is #1ED900. Grayscale: #757575. Windows color (decimal): -2021633 or 16721633. OLE color: 16721633.

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

Color convert

RGB 225 38 255 -
CMYK 0.12 0.85 0 0
HSL 291.71º 1% 0.57% -
HSV(B) 291.71º 0.85% 1% -
XYZ 49.79 24.61 96.73 -
YUV 118.65 204.95 203.86 -
System Red Green Blue C M Y K H S L
Decimal 225 38 255 0.12 0.85 0 0 291.71 1 0.57
Hex E1 26 FF C 55 0 0 124 64 39
Octal 341 46 377 14 125 0 0 444 144 71
Binary 11100001 100110 11111111 1100 1010101 0 0 100100100 1100100 111001

Color Harmonies of #E126FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E126FF

Black with #E126FF

Text Example


Text Example

White with #E126FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E126FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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