#E125FD

Color #E125FD Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #E125FD

Tints of Psychedelic Purple #E125FD

Color information

#E125FD (or 0xE125FD) is unknown color: approx Psychedelic Purple. HEX triplet: E1, 25 and FD. RGB value is (225,37,253). Sum of RGB (Red+Green+Blue) = 225+37+253=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 37 (14.84% from 255 or 7.18% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #E125FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E125FD is #1EDA02. Grayscale: #757575. Windows color (decimal): -2021891 or 16590305. OLE color: 16590305.

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

Color convert

RGB22537253-
CMYK0.110.8500.01
HSL292.22º98.18%56.86%-
HSV(B)292.22º85.38%99.22%-
XYZ49.4424.4295.04-
YUV117.84204.28204.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.69%
GREEN value IS 37 (14.84% from 255) = 7.18%
BLUE value IS 253 (99.22% from 255) = 49.13%
R=43.69%
G=7.18%
B=49.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal225372530.110.8500.01292.2298.1856.86
HexE125FDB55011246239
Octal34145375131250144414271
Binary111000011001011111110110111010101011001001001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E125FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E125FD; }

 p { color: rgb(225,37,253); }

 H1.HeaderClassName
 {
   color: #E125FD;
 }
 .AnyTagClassName
 {
   color: #E125FD;
 }
</style>
background-color css

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

 a { background-color: rgb(225,37,253); }

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

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

 span { border-color: rgb(225,37,253); }

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