Html Css Color HEX #E616FC Psychedelic Purple

📋 copy color: '#E616FC'

red 230 ◦ green 22 ◦ blue 252

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

Shades of Psychedelic Purple #E616FC

Tints of Psychedelic Purple #E616FC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.37%

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

R = 45.63%
G = 4.37%
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

#E616FC (or 0xE616FC) is known color: Psychedelic Purple. HEX triplet: E6, 16 and FC. RGB value is (230,22,252). Sum of RGB (Red+Green+Blue) = 230+22+252=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 22 (8.98% from 255 or 4.37% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #E616FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E616FC is #19E903. Grayscale: #6D6D6D. Windows color (decimal): -1698052 or 16520934. OLE color: 16520934.

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

Color convert

RGB 230 22 252 -
CMYK 0.09 0.91 0 0.01
HSL 294.26º 0.97% 0.54% -
HSV(B) 294.26º 0.91% 0.99% -
XYZ 50.49 24.43 94.15 -
YUV 110.41 207.91 213.3 -
System Red Green Blue C M Y K H S L
Decimal 230 22 252 0.09 0.91 0 0.01 294.26 0.97 0.54
Hex E6 16 FC 9 5B 0 1 126 61 36
Octal 346 26 374 11 133 0 1 446 141 66
Binary 11100110 10110 11111100 1001 1011011 0 1 100100110 1100001 110110

Color Harmonies of #E616FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E616FC

Black with #E616FC

Text Example


Text Example

White with #E616FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E616FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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