Html Css Color HEX #E515FB Psychedelic Purple

📋 copy color: '#E515FB'

red 229 ◦ green 21 ◦ blue 251

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

Shades of Psychedelic Purple #E515FB

Tints of Psychedelic Purple #E515FB

RGB

 RED value IS 229 (89.84% from 255) = 45.71%

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

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

R = 45.71%
G = 4.19%
B = 50.1%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E515FB (or 0xE515FB) is known color: Psychedelic Purple. HEX triplet: E5, 15 and FB. RGB value is (229,21,251). Sum of RGB (Red+Green+Blue) = 229+21+251=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 21 (8.59% from 255 or 4.19% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #E515FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E515FB is #1AEA04. Grayscale: #6C6C6C. Windows color (decimal): -1763845 or 16455141. OLE color: 16455141.

HSL color Cylindrical-coordinate representation of color #E515FB: hue angle of 294.26º 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 #E515FB is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 21 251 -
CMYK 0.09 0.92 0 0.02
HSL 294.26º 0.97% 0.53% -
HSV(B) 294.26º 0.92% 0.98% -
XYZ 49.99 24.16 93.3 -
YUV 109.41 207.91 213.3 -
System Red Green Blue C M Y K H S L
Decimal 229 21 251 0.09 0.92 0 0.02 294.26 0.97 0.53
Hex E5 15 FB 9 5C 0 2 126 61 35
Octal 345 25 373 11 134 0 2 446 141 65
Binary 11100101 10101 11111011 1001 1011100 0 10 100100110 1100001 110101

Color Harmonies of #E515FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E515FB

Black with #E515FB

Text Example


Text Example

White with #E515FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E515FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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