Html Css Color HEX #E617F9 Psychedelic Purple

📋 copy color: '#E617F9'

red 230 ◦ green 23 ◦ blue 249

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

Shades of Psychedelic Purple #E617F9

Tints of Psychedelic Purple #E617F9

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.58%

 BLUE value IS 249 (97.66% from 255) = 49.6%

R = 45.82%
G = 4.58%
B = 49.6%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E617F9 (or 0xE617F9) is known color: Psychedelic Purple. HEX triplet: E6, 17 and F9. RGB value is (230,23,249). Sum of RGB (Red+Green+Blue) = 230+23+249=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 23 (9.38% from 255 or 4.58% from 502); Blue value is 249 (97.66% from 255 or 49.60% from 502); Max value from RGB is 249 - color contains mainly: blue. Hex color #E617F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E617F9 is #19E806. Grayscale: #6D6D6D. Windows color (decimal): -1697799 or 16324582. OLE color: 16324582.

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

Color convert

RGB 230 23 249 -
CMYK 0.08 0.91 0 0.02
HSL 294.96º 0.95% 0.53% -
HSV(B) 294.96º 0.91% 0.98% -
XYZ 50.04 24.28 91.67 -
YUV 110.66 206.08 213.12 -
System Red Green Blue C M Y K H S L
Decimal 230 23 249 0.08 0.91 0 0.02 294.96 0.95 0.53
Hex E6 17 F9 8 5B 0 2 127 5F 35
Octal 346 27 371 10 133 0 2 447 137 65
Binary 11100110 10111 11111001 1000 1011011 0 10 100100111 1011111 110101

Color Harmonies of #E617F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E617F9

Black with #E617F9

Text Example


Text Example

White with #E617F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E617F9; }

 p { color: rgb(230,23,249); }

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

background-color css

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

 a { background-color: rgb(230,23,249); }

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

border-color css

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

 span { border-color: rgb(230,23,249); }

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