Html Css Color HEX #E611FA Psychedelic Purple

📋 copy color: '#E611FA'

red 230 ◦ green 17 ◦ blue 250

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

Shades of Psychedelic Purple #E611FA

Tints of Psychedelic Purple #E611FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.3%

R = 46.28%
G = 3.42%
B = 50.3%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E611FA (or 0xE611FA) is known color: Psychedelic Purple. HEX triplet: E6, 11 and FA. RGB value is (230,17,250). Sum of RGB (Red+Green+Blue) = 230+17+250=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 17 (7.03% from 255 or 3.42% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #E611FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E611FA is #19EE05. Grayscale: #6A6A6A. Windows color (decimal): -1699334 or 16388582. OLE color: 16388582.

HSL color Cylindrical-coordinate representation of color #E611FA: hue angle of 294.85º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E611FA is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 17 250 -
CMYK 0.08 0.93 0 0.02
HSL 294.85º 0.96% 0.52% -
HSV(B) 294.85º 0.93% 0.98% -
XYZ 50.09 24.13 92.46 -
YUV 107.25 208.57 215.55 -
System Red Green Blue C M Y K H S L
Decimal 230 17 250 0.08 0.93 0 0.02 294.85 0.96 0.52
Hex E6 11 FA 8 5D 0 2 127 60 34
Octal 346 21 372 10 135 0 2 447 140 64
Binary 11100110 10001 11111010 1000 1011101 0 10 100100111 1100000 110100

Color Harmonies of #E611FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E611FA

Black with #E611FA

Text Example


Text Example

White with #E611FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E611FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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