Html Css Color HEX #E125FA Psychedelic Purple

📋 copy color: '#E125FA'

red 225 ◦ green 37 ◦ blue 250

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

Shades of Psychedelic Purple #E125FA

Tints of Psychedelic Purple #E125FA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.23%

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

R = 43.95%
G = 7.23%
B = 48.83%

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

#E125FA (or 0xE125FA) is known color: Psychedelic Purple. HEX triplet: E1, 25 and FA. RGB value is (225,37,250). Sum of RGB (Red+Green+Blue) = 225+37+250=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 37 (14.84% from 255 or 7.23% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #E125FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E125FA is #1EDA05. Grayscale: #747474. Windows color (decimal): -2021894 or 16393697. OLE color: 16393697.

HSL color Cylindrical-coordinate representation of color #E125FA: hue angle of 292.96º degrees, saturation: 0.96, 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 #E125FA is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 225 37 250 -
CMYK 0.10 0.85 0 0.02
HSL 292.96º 0.96% 0.56% -
HSV(B) 292.96º 0.85% 0.98% -
XYZ 48.97 24.23 92.54 -
YUV 117.49 202.78 204.68 -
System Red Green Blue C M Y K H S L
Decimal 225 37 250 0.10 0.85 0 0.02 292.96 0.96 0.56
Hex E1 25 FA A 55 0 2 125 60 38
Octal 341 45 372 12 125 0 2 445 140 70
Binary 11100001 100101 11111010 1010 1010101 0 10 100100101 1100000 111000

Color Harmonies of #E125FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E125FA

Black with #E125FA

Text Example


Text Example

White with #E125FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E125FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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