Html Css Color HEX #E617FD Psychedelic Purple

📋 copy color: '#E617FD'

red 230 ◦ green 23 ◦ blue 253

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

Shades of Psychedelic Purple #E617FD

Tints of Psychedelic Purple #E617FD

RGB

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

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

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

R = 45.45%
G = 4.55%
B = 50%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E617FD (or 0xE617FD) is known color: Psychedelic Purple. HEX triplet: E6, 17 and FD. RGB value is (230,23,253). Sum of RGB (Red+Green+Blue) = 230+23+253=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 23 (9.38% from 255 or 4.55% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #E617FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E617FD is #19E802. Grayscale: #6E6E6E. Windows color (decimal): -1697795 or 16586726. OLE color: 16586726.

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

Color convert

RGB 230 23 253 -
CMYK 0.09 0.91 0 0.01
HSL 294º 0.98% 0.54% -
HSV(B) 294º 0.91% 0.99% -
XYZ 50.67 24.53 94.99 -
YUV 111.11 208.08 212.8 -
System Red Green Blue C M Y K H S L
Decimal 230 23 253 0.09 0.91 0 0.01 294 0.98 0.54
Hex E6 17 FD 9 5B 0 1 126 62 36
Octal 346 27 375 11 133 0 1 446 142 66
Binary 11100110 10111 11111101 1001 1011011 0 1 100100110 1100010 110110

Color Harmonies of #E617FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E617FD

Black with #E617FD

Text Example


Text Example

White with #E617FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E617FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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