Html Css Color HEX #E126FA Psychedelic Purple

📋 copy color: '#E126FA'

red 225 ◦ green 38 ◦ blue 250

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

Shades of Psychedelic Purple #E126FA

Tints of Psychedelic Purple #E126FA

RGB

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

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

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

R = 43.86%
G = 7.41%
B = 48.73%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E126FA (or 0xE126FA) is known color: Psychedelic Purple. HEX triplet: E1, 26 and FA. RGB value is (225,38,250). Sum of RGB (Red+Green+Blue) = 225+38+250=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 38 (15.23% from 255 or 7.41% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #E126FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E126FA is #1ED905. Grayscale: #757575. Windows color (decimal): -2021638 or 16393953. OLE color: 16393953.

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

Color convert

RGB 225 38 250 -
CMYK 0.10 0.85 0 0.02
HSL 292.92º 0.95% 0.56% -
HSV(B) 292.92º 0.85% 0.98% -
XYZ 49 24.3 92.55 -
YUV 118.08 202.45 204.26 -
System Red Green Blue C M Y K H S L
Decimal 225 38 250 0.10 0.85 0 0.02 292.92 0.95 0.56
Hex E1 26 FA A 55 0 2 125 5F 38
Octal 341 46 372 12 125 0 2 445 137 70
Binary 11100001 100110 11111010 1010 1010101 0 10 100100101 1011111 111000

Color Harmonies of #E126FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E126FA

Black with #E126FA

Text Example


Text Example

White with #E126FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E126FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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