Html Css Color HEX #E126EC Psychedelic Purple

📋 copy color: '#E126EC'

red 225 ◦ green 38 ◦ blue 236

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

Shades of Psychedelic Purple #E126EC

Tints of Psychedelic Purple #E126EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.29%

R = 45.09%
G = 7.62%
B = 47.29%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E126EC (or 0xE126EC) is known color: Psychedelic Purple. HEX triplet: E1, 26 and EC. RGB value is (225,38,236). Sum of RGB (Red+Green+Blue) = 225+38+236=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 38 (15.23% from 255 or 7.62% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #E126EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E126EC is #1ED913. Grayscale: #737373. Windows color (decimal): -2021652 or 15476449. OLE color: 15476449.

HSL color Cylindrical-coordinate representation of color #E126EC: hue angle of 296.67º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E126EC is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 38 236 -
CMYK 0.05 0.84 0 0.07
HSL 296.67º 0.84% 0.54% -
HSV(B) 296.67º 0.84% 0.93% -
XYZ 46.88 23.45 81.41 -
YUV 116.49 195.45 205.4 -
System Red Green Blue C M Y K H S L
Decimal 225 38 236 0.05 0.84 0 0.07 296.67 0.84 0.54
Hex E1 26 EC 5 54 0 7 129 54 36
Octal 341 46 354 5 124 0 7 451 124 66
Binary 11100001 100110 11101100 101 1010100 0 111 100101001 1010100 110110

Color Harmonies of #E126EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E126EC

Black with #E126EC

Text Example


Text Example

White with #E126EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E126EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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