Html Css Color HEX #E61FFC Psychedelic Purple

📋 copy color: '#E61FFC'

red 230 ◦ green 31 ◦ blue 252

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

Shades of Psychedelic Purple #E61FFC

Tints of Psychedelic Purple #E61FFC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.04%

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

R = 44.83%
G = 6.04%
B = 49.12%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E61FFC (or 0xE61FFC) is known color: Psychedelic Purple. HEX triplet: E6, 1F and FC. RGB value is (230,31,252). Sum of RGB (Red+Green+Blue) = 230+31+252=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 31 (12.5% from 255 or 6.04% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #E61FFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E61FFC is #19E003. Grayscale: #737373. Windows color (decimal): -1695748 or 16523238. OLE color: 16523238.

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

Color convert

RGB 230 31 252 -
CMYK 0.09 0.88 0 0.01
HSL 294.03º 0.97% 0.55% -
HSV(B) 294.03º 0.88% 0.99% -
XYZ 50.69 24.83 94.22 -
YUV 115.7 204.93 209.53 -
System Red Green Blue C M Y K H S L
Decimal 230 31 252 0.09 0.88 0 0.01 294.03 0.97 0.55
Hex E6 1F FC 9 58 0 1 126 61 37
Octal 346 37 374 11 130 0 1 446 141 67
Binary 11100110 11111 11111100 1001 1011000 0 1 100100110 1100001 110111

Color Harmonies of #E61FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61FFC

Black with #E61FFC

Text Example


Text Example

White with #E61FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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