Html Css Color HEX #E611F3 Psychedelic Purple

📋 copy color: '#E611F3'

red 230 ◦ green 17 ◦ blue 243

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

Shades of Psychedelic Purple #E611F3

Tints of Psychedelic Purple #E611F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 49.59%

R = 46.94%
G = 3.47%
B = 49.59%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E611F3 (or 0xE611F3) is known color: Psychedelic Purple. HEX triplet: E6, 11 and F3. RGB value is (230,17,243). Sum of RGB (Red+Green+Blue) = 230+17+243=490 (64% of max value = 765). Red value is 230 (90.23% from 255 or 46.94% from 490); Green value is 17 (7.03% from 255 or 3.47% from 490); Blue value is 243 (95.31% from 255 or 49.59% from 490); Max value from RGB is 243 - color contains mainly: blue. Hex color #E611F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E611F3 is #19EE0C. Grayscale: #696969. Windows color (decimal): -1699341 or 15929830. OLE color: 15929830.

HSL color Cylindrical-coordinate representation of color #E611F3: hue angle of 296.55º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E611F3 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 230 17 243 -
CMYK 0.05 0.93 0 0.05
HSL 296.55º 0.9% 0.51% -
HSV(B) 296.55º 0.93% 0.95% -
XYZ 49.01 23.69 86.78 -
YUV 106.45 205.07 216.12 -
System Red Green Blue C M Y K H S L
Decimal 230 17 243 0.05 0.93 0 0.05 296.55 0.9 0.51
Hex E6 11 F3 5 5D 0 5 129 5A 33
Octal 346 21 363 5 135 0 5 451 132 63
Binary 11100110 10001 11110011 101 1011101 0 101 100101001 1011010 110011

Color Harmonies of #E611F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E611F3

Black with #E611F3

Text Example


Text Example

White with #E611F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E611F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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