Html Css Color HEX #E115F9 Psychedelic Purple

📋 copy color: '#E115F9'

red 225 ◦ green 21 ◦ blue 249

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

Shades of Psychedelic Purple #E115F9

Tints of Psychedelic Purple #E115F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.3%

R = 45.45%
G = 4.24%
B = 50.3%

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

#E115F9 (or 0xE115F9) is known color: Psychedelic Purple. HEX triplet: E1, 15 and F9. RGB value is (225,21,249). Sum of RGB (Red+Green+Blue) = 225+21+249=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 21 (8.59% from 255 or 4.24% from 495); Blue value is 249 (97.66% from 255 or 50.30% from 495); Max value from RGB is 249 - color contains mainly: blue. Hex color #E115F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E115F9 is #1EEA06. Grayscale: #6B6B6B. Windows color (decimal): -2025991 or 16324065. OLE color: 16324065.

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

Color convert

RGB 225 21 249 -
CMYK 0.10 0.92 0 0.02
HSL 293.68º 0.95% 0.53% -
HSV(B) 293.68º 0.92% 0.98% -
XYZ 48.42 23.38 91.58 -
YUV 107.99 207.59 211.46 -
System Red Green Blue C M Y K H S L
Decimal 225 21 249 0.10 0.92 0 0.02 293.68 0.95 0.53
Hex E1 15 F9 A 5C 0 2 126 5F 35
Octal 341 25 371 12 134 0 2 446 137 65
Binary 11100001 10101 11111001 1010 1011100 0 10 100100110 1011111 110101

Color Harmonies of #E115F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E115F9

Black with #E115F9

Text Example


Text Example

White with #E115F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E115F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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