Html Css Color HEX #E611EC Psychedelic Purple

📋 copy color: '#E611EC'

red 230 ◦ green 17 ◦ blue 236

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

Shades of Psychedelic Purple #E611EC

Tints of Psychedelic Purple #E611EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.86%

R = 47.62%
G = 3.52%
B = 48.86%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E611EC (or 0xE611EC) is known color: Psychedelic Purple. HEX triplet: E6, 11 and EC. RGB value is (230,17,236). Sum of RGB (Red+Green+Blue) = 230+17+236=483 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.62% from 483); Green value is 17 (7.03% from 255 or 3.52% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #E611EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E611EC is #19EE13. Grayscale: #686868. Windows color (decimal): -1699348 or 15471078. OLE color: 15471078.

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

Color convert

RGB 230 17 236 -
CMYK 0.03 0.93 0 0.07
HSL 298.36º 0.87% 0.5% -
HSV(B) 298.36º 0.93% 0.93% -
XYZ 47.97 23.28 81.32 -
YUV 105.65 201.57 216.69 -
System Red Green Blue C M Y K H S L
Decimal 230 17 236 0.03 0.93 0 0.07 298.36 0.87 0.5
Hex E6 11 EC 3 5D 0 7 12A 57 32
Octal 346 21 354 3 135 0 7 452 127 62
Binary 11100110 10001 11101100 11 1011101 0 111 100101010 1010111 110010

Color Harmonies of #E611EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E611EC

Black with #E611EC

Text Example


Text Example

White with #E611EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E611EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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