Html Css Color HEX #E130FF Psychedelic Purple

📋 copy color: '#E130FF'

red 225 ◦ green 48 ◦ blue 255

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

Shades of Psychedelic Purple #E130FF

Tints of Psychedelic Purple #E130FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.3%

R = 42.61%
G = 9.09%
B = 48.3%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E130FF (or 0xE130FF) is known color: Psychedelic Purple. HEX triplet: E1, 30 and FF. RGB value is (225,48,255). Sum of RGB (Red+Green+Blue) = 225+48+255=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 48 (19.14% from 255 or 9.09% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #E130FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E130FF is #1ECF00. Grayscale: #7B7B7B. Windows color (decimal): -2019073 or 16724193. OLE color: 16724193.

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

Color convert

RGB 225 48 255 -
CMYK 0.12 0.81 0 0
HSL 291.3º 1% 0.59% -
HSV(B) 291.3º 0.81% 1% -
XYZ 50.16 25.34 96.86 -
YUV 124.52 201.64 199.67 -
System Red Green Blue C M Y K H S L
Decimal 225 48 255 0.12 0.81 0 0 291.3 1 0.59
Hex E1 30 FF C 51 0 0 123 64 3B
Octal 341 60 377 14 121 0 0 443 144 73
Binary 11100001 110000 11111111 1100 1010001 0 0 100100011 1100100 111011

Color Harmonies of #E130FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E130FF

Black with #E130FF

Text Example


Text Example

White with #E130FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E130FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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