Html Css Color HEX #E130FE Psychedelic Purple

📋 copy color: '#E130FE'

red 225 ◦ green 48 ◦ blue 254

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

Shades of Psychedelic Purple #E130FE

Tints of Psychedelic Purple #E130FE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.11%

 BLUE value IS 254 (99.61% from 255) = 48.2%

R = 42.69%
G = 9.11%
B = 48.2%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E130FE (or 0xE130FE) is known color: Psychedelic Purple. HEX triplet: E1, 30 and FE. RGB value is (225,48,254). Sum of RGB (Red+Green+Blue) = 225+48+254=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 48 (19.14% from 255 or 9.11% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #E130FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E130FE is #1ECF01. Grayscale: #7B7B7B. Windows color (decimal): -2019074 or 16658657. OLE color: 16658657.

HSL color Cylindrical-coordinate representation of color #E130FE: hue angle of 291.55º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E130FE is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 225 48 254 -
CMYK 0.11 0.81 0 0.00
HSL 291.55º 0.99% 0.59% -
HSV(B) 291.55º 0.81% 1% -
XYZ 50 25.28 96.01 -
YUV 124.41 201.14 199.75 -
System Red Green Blue C M Y K H S L
Decimal 225 48 254 0.11 0.81 0 0.00 291.55 0.99 0.59
Hex E1 30 FE B 51 0 0 124 63 3B
Octal 341 60 376 13 121 0 0 444 143 73
Binary 11100001 110000 11111110 1011 1010001 0 0 100100100 1100011 111011

Color Harmonies of #E130FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E130FE

Black with #E130FE

Text Example


Text Example

White with #E130FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E130FE; }

 p { color: rgb(225,48,254); }

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

background-color css

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

 a { background-color: rgb(225,48,254); }

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

border-color css

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

 span { border-color: rgb(225,48,254); }

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