Html Css Color HEX #E611F7 Psychedelic Purple

📋 copy color: '#E611F7'

red 230 ◦ green 17 ◦ blue 247

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

Shades of Psychedelic Purple #E611F7

Tints of Psychedelic Purple #E611F7

RGB

 RED value IS 230 (90.23% from 255) = 46.56%

 GREEN value IS 17 (7.03% from 255) = 3.44%

 BLUE value IS 247 (96.88% from 255) = 50%

R = 46.56%
G = 3.44%
B = 50%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E611F7 (or 0xE611F7) is known color: Psychedelic Purple. HEX triplet: E6, 11 and F7. RGB value is (230,17,247). Sum of RGB (Red+Green+Blue) = 230+17+247=494 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.56% from 494); Green value is 17 (7.03% from 255 or 3.44% from 494); Blue value is 247 (96.88% from 255 or 50% from 494); Max value from RGB is 247 - color contains mainly: blue. Hex color #E611F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E611F7 is #19EE08. Grayscale: #6A6A6A. Windows color (decimal): -1699337 or 16191974. OLE color: 16191974.

HSL color Cylindrical-coordinate representation of color #E611F7: hue angle of 295.57º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E611F7 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 230 17 247 -
CMYK 0.07 0.93 0 0.03
HSL 295.57º 0.93% 0.52% -
HSV(B) 295.57º 0.93% 0.97% -
XYZ 49.62 23.94 90 -
YUV 106.91 207.07 215.8 -
System Red Green Blue C M Y K H S L
Decimal 230 17 247 0.07 0.93 0 0.03 295.57 0.93 0.52
Hex E6 11 F7 7 5D 0 3 128 5D 34
Octal 346 21 367 7 135 0 3 450 135 64
Binary 11100110 10001 11110111 111 1011101 0 11 100101000 1011101 110100

Color Harmonies of #E611F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E611F7

Black with #E611F7

Text Example


Text Example

White with #E611F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E611F7; }

 p { color: rgb(230,17,247); }

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

background-color css

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

 a { background-color: rgb(230,17,247); }

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

border-color css

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

 span { border-color: rgb(230,17,247); }

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