Html Css Color HEX #E611ED Psychedelic Purple

📋 copy color: '#E611ED'

red 230 ◦ green 17 ◦ blue 237

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

Shades of Psychedelic Purple #E611ED

Tints of Psychedelic Purple #E611ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.97%

R = 47.52%
G = 3.51%
B = 48.97%

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

#E611ED (or 0xE611ED) is known color: Psychedelic Purple. HEX triplet: E6, 11 and ED. RGB value is (230,17,237). Sum of RGB (Red+Green+Blue) = 230+17+237=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 17 (7.03% from 255 or 3.51% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #E611ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E611ED is #19EE12. Grayscale: #696969. Windows color (decimal): -1699347 or 15536614. OLE color: 15536614.

HSL color Cylindrical-coordinate representation of color #E611ED: hue angle of 298.09º 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 #E611ED is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 230 17 237 -
CMYK 0.03 0.93 0 0.07
HSL 298.09º 0.87% 0.5% -
HSV(B) 298.09º 0.93% 0.93% -
XYZ 48.12 23.34 82.09 -
YUV 105.77 202.07 216.61 -
System Red Green Blue C M Y K H S L
Decimal 230 17 237 0.03 0.93 0 0.07 298.09 0.87 0.5
Hex E6 11 ED 3 5D 0 7 12A 57 32
Octal 346 21 355 3 135 0 7 452 127 62
Binary 11100110 10001 11101101 11 1011101 0 111 100101010 1010111 110010

Color Harmonies of #E611ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E611ED

Black with #E611ED

Text Example


Text Example

White with #E611ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E611ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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