Html Css Color HEX #E617FC Psychedelic Purple

📋 copy color: '#E617FC'

red 230 ◦ green 23 ◦ blue 252

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

Shades of Psychedelic Purple #E617FC

Tints of Psychedelic Purple #E617FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.9%

R = 45.54%
G = 4.55%
B = 49.9%

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

#E617FC (or 0xE617FC) is known color: Psychedelic Purple. HEX triplet: E6, 17 and FC. RGB value is (230,23,252). Sum of RGB (Red+Green+Blue) = 230+23+252=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 23 (9.38% from 255 or 4.55% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #E617FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E617FC is #19E803. Grayscale: #6E6E6E. Windows color (decimal): -1697796 or 16521190. OLE color: 16521190.

HSL color Cylindrical-coordinate representation of color #E617FC: hue angle of 294.24º degrees, saturation: 0.97, 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 #E617FC is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 230 23 252 -
CMYK 0.09 0.91 0 0.01
HSL 294.24º 0.97% 0.54% -
HSV(B) 294.24º 0.91% 0.99% -
XYZ 50.51 24.46 94.16 -
YUV 111 207.58 212.88 -
System Red Green Blue C M Y K H S L
Decimal 230 23 252 0.09 0.91 0 0.01 294.24 0.97 0.54
Hex E6 17 FC 9 5B 0 1 126 61 36
Octal 346 27 374 11 133 0 1 446 141 66
Binary 11100110 10111 11111100 1001 1011011 0 1 100100110 1100001 110110

Color Harmonies of #E617FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E617FC

Black with #E617FC

Text Example


Text Example

White with #E617FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E617FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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