Html Css Color HEX #E115FB Psychedelic Purple

📋 copy color: '#E115FB'

red 225 ◦ green 21 ◦ blue 251

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

Shades of Psychedelic Purple #E115FB

Tints of Psychedelic Purple #E115FB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.23%

 BLUE value IS 251 (98.44% from 255) = 50.5%

R = 45.27%
G = 4.23%
B = 50.5%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E115FB (or 0xE115FB) is known color: Psychedelic Purple. HEX triplet: E1, 15 and FB. RGB value is (225,21,251). Sum of RGB (Red+Green+Blue) = 225+21+251=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 21 (8.59% from 255 or 4.23% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #E115FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E115FB is #1EEA04. Grayscale: #6B6B6B. Windows color (decimal): -2025989 or 16455137. OLE color: 16455137.

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

Color convert

RGB 225 21 251 -
CMYK 0.10 0.92 0 0.02
HSL 293.22º 0.97% 0.53% -
HSV(B) 293.22º 0.92% 0.98% -
XYZ 48.73 23.51 93.24 -
YUV 108.22 208.59 211.3 -
System Red Green Blue C M Y K H S L
Decimal 225 21 251 0.10 0.92 0 0.02 293.22 0.97 0.53
Hex E1 15 FB A 5C 0 2 125 61 35
Octal 341 25 373 12 134 0 2 445 141 65
Binary 11100001 10101 11111011 1010 1011100 0 10 100100101 1100001 110101

Color Harmonies of #E115FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E115FB

Black with #E115FB

Text Example


Text Example

White with #E115FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E115FB; }

 p { color: rgb(225,21,251); }

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

background-color css

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

 a { background-color: rgb(225,21,251); }

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

border-color css

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

 span { border-color: rgb(225,21,251); }

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