Html Css Color HEX #E611FD Psychedelic Purple

📋 copy color: '#E611FD'

red 230 ◦ green 17 ◦ blue 253

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

Shades of Psychedelic Purple #E611FD

Tints of Psychedelic Purple #E611FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.6%

R = 46%
G = 3.4%
B = 50.6%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E611FD (or 0xE611FD) is known color: Psychedelic Purple. HEX triplet: E6, 11 and FD. RGB value is (230,17,253). Sum of RGB (Red+Green+Blue) = 230+17+253=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 17 (7.03% from 255 or 3.4% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #E611FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E611FD is #19EE02. Grayscale: #6A6A6A. Windows color (decimal): -1699331 or 16585190. OLE color: 16585190.

HSL color Cylindrical-coordinate representation of color #E611FD: hue angle of 294.15º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E611FD is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 230 17 253 -
CMYK 0.09 0.93 0 0.01
HSL 294.15º 0.98% 0.53% -
HSV(B) 294.15º 0.93% 0.99% -
XYZ 50.56 24.32 94.96 -
YUV 107.59 210.07 215.31 -
System Red Green Blue C M Y K H S L
Decimal 230 17 253 0.09 0.93 0 0.01 294.15 0.98 0.53
Hex E6 11 FD 9 5D 0 1 126 62 35
Octal 346 21 375 11 135 0 1 446 142 65
Binary 11100110 10001 11111101 1001 1011101 0 1 100100110 1100010 110101

Color Harmonies of #E611FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E611FD

Black with #E611FD

Text Example


Text Example

White with #E611FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E611FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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